> h-3.2$ irb > irb(main):001:0> name.rb > NameError: undefined local variable or method `name' for main:Object > from (irb):1 > irb(main):002:0> a = Name.new("John Matthew Johnson") > NameError: uninitialized constant Name > from (irb):2 > sh-3.2$ cd Desktop > sh-3.2$ cd Ruby > sh-3.2$ a = Name.new("Stuart Richard Little") > sh: syntax error near unexpected token `(' > sh-3.2$ Would I be a terrible person if I laughed at these? -- Posted via http://www.ruby-forum.com/.