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