class Object

def method_added(name)

BlankSlate class.
Detect method additions to Object and remove them in the
def method_added(name)
  hpricot_slate_method_added(name)
  return if self != Object
  Hpricot::BlankSlate.hide(name)
end