class Hpricot::BlankSlate

def hide(name)

hide +instance_eval+ or any method beginning with "__".
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