From: Logan Capaldo Date: 2006-07-13T08:45:28+09:00 Subject: Re: Accessing Instance Variables from file On Jul 11, 2006, at 9:53 AM, Mark cheng wrote: > How do I access all of the instance variables from a ruby file that > has > classes in if I do know the class names, but I can store the class > names > as class-type objects? Object.instance_variables only applies to > various > methods (i tried on irb) and I cannot store method names as methods > types because that is not an object type. I was wondering if there > was a > library to perform this function or should I just write my own to > add to > the module class? > > -- > Posted via http://www.ruby-forum.com/. > Huh? What do you want exactly?