Backport #3195: BasicObject in 1.8.8 http://redmine.ruby-lang.org/issues/show/3195 Author: Thomas Sawyer Status: Open, Priority: Normal It would be helpful if BasicObject could be back-ported to Ruby for v1.8.8. But not as the underlying superclass or all objects --I understand that's a 1.9+ feature, but just as a separate class we can use use for custom classes. For instance I have an OpenStruct-like class that could use it. Right now I use an imitation BlankSlate, but it is not very robust and I run into limitations with testing b/c of of #undef_method. ---------------------------------------- http://redmine.ruby-lang.org