From: Hassan Schroeder Date: 2011-02-26T14:20:29+09:00 Subject: Re: How to call a class from another script? On Fri, Feb 25, 2011 at 8:53 PM, Anthony Ob wrote: > and I want to add the name class from this script: > > puts "Hello, what is your name?" > >      name = gets.chomp If that's the whole "script", 'name' is a variable, not a class. Again -- find and work through a tutorial on basic Ruby. -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com twitter: @hassan