BasicObject
Same as above, except in Object.
Detect method additions to Object and remove them in the BlankSlate class.
# File lib/blankslate.rb, line 83 def method_added(name) result = blank_slate_method_added(name) return result if self != Object BlankSlate.hide(name) result end
Generated with the Darkfish Rdoc Generator 2.