From: Marc Heiler Date: 2009-12-14T03:28:11+09:00 Subject: class ExistingName Recently i created a file object.rb class Object I forgot that ruby already reserved this name, so I renamed the class. But I was still curious. Is there a way to use a "class Object"? I guess there is no easy way, many things would have to be renamed. Still, I write this here because perhaps one of you has some idea. -- Posted via http://www.ruby-forum.com/.