Same as above, except in Object.
Detect method additions to Object and remove them in the BlankSlate class.
# File lib/blankslate.rb, line 79 79: def method_added(name) 80: result = blank_slate_method_added(name) 81: return result if self != Object 82: BlankSlate.hide(name) 83: result 84: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.