pry would be great for debugging a subclass of BasicObject !
https://github.com/pry/pry says that pry has: "Exotic object support (BasicObject instances..."
But how to do that? As can be expected a BasicObject does not understand binding.
NameError:
undefined local variable or method `binding' for #<C30Course:0xbefbc0c>
When method_missing is invoked, where to send binding?