From: Steven Thomas Date: 2001-10-26T07:57:40+09:00 Subject: [ruby-talk:23372] varriables and class Another newbie question How do I get variables to use a method defined in a class. I have: class Round def to_hund @num * 100 end end miles.to_hund If returns "undefined method"