From: Chris Gardner Date: 2009-02-27T01:43:32+09:00 Subject: Instance Variable Names Available from Class? In metaprogramming, I know how to get the instance variable names from an Object (through instance_variables). Is there a way to get them from a Class? -- Posted via http://www.ruby-forum.com/.