class Hpricot::BlankSlate
def hide(name)
Hide the method named +name+ in the BlankSlate class. Don't
def hide(name) _method name if tance_methods.include?(name.to_s) and e !~ /^(__|instance_eval)/ end
def hide(name) _method name if tance_methods.include?(name.to_s) and e !~ /^(__|instance_eval)/ end