hacks/kernelless_object
class KernellessObject < Object
A KernellessObject is an object that does not include the Kernel as a module. Currently, it does not define some very basic methods (to_s, nil?, etc.), but perhaps it should.
Public Methods
__instance_eval__(*args, &block)
Same as Kernel#instance_eval
Requires
hacks_helper