class Test def initialize @val = 'hellooo' end def hello p @val end end