module Hpricot::Node
def inspect_tree(depth = 0)
def inspect_tree(depth = 0) %{#{" " * depth}} + self.class.name.split(/::/).last.downcase + "\n" end
def inspect_tree(depth = 0) %{#{" " * depth}} + self.class.name.split(/::/).last.downcase + "\n" end