From: Sharma Chelluri Date: 2007-02-25T04:33:18+09:00 Subject: 00.01.class" error? Hi, 0.1.class results in float. 00.1.class results in error? ******************* SyntaxError: compile error (irb):5: no . floating literal anymore; put 0 before dot 00.1class ^ (irb):5: syntax error 00.1class ^ from (irb):5 ****************** as humans ignore any number of zeros before. why did ruby compiler concerned abt it?. why this?. needs a fix to compiler :P sharma -- Posted via http://www.ruby-forum.com/.