Print |Small |Middle |Large |
Ruby on JavaScript and Flash
HotRuby > TEST > Class
Update 2008-07-24 | Create 2008-07-23
class Pi def initialize @a = 355.0 end def calc b = 113.0 return @a / b end PI = 'PI is about' end puts Pi::PI puts Pi.new.calc