From: 7stud -- Date: 2011-03-07T06:33:16+09:00 Subject: Re: How to get class of BasicObject ancestor (Ruby 1.9.2)? 7stud -- wrote in post #985807: > If you inherit from BlankSlate instead of BasicObject. The advantage > of doing that is that BlankSlate has a class method called reveal(), > which you can use to incrementally roll back your BlankSlate. In your > case, you would call YourClassName.reveal(:class) to > enable the class method. That last line should be: "enable the :class instance method" and the first line should read: "You can inherit from BlankSlate instead of BasicObject." -- Posted via http://www.ruby-forum.com/.