# File lib/hpricot/parse.rb, line 3 def Hpricot(input = nil, opts = {}, &blk) Hpricot.make(input, opts, &blk) end
Detect method additions to Object and remove them in the BlankSlate class.
# File lib/hpricot/blankslate.rb, line 57 def method_added(name) hpricot_slate_method_added(name) return if self != Object Hpricot::BlankSlate.hide(name) end