Subject: Use #extend on BasicObject ?
From: Intransition <transfire gmail.com>
Date: Fri, 28 Oct 2011 22:40:34 +0900
Can it be done?
E.g.
o = BasicObject.new
o.extend Enumerable
(Don't take this specific example for what I am trying to do. It's
just an easy example off the top of my head.)