class Haml::Parser::ParseNode

def to_temple

def to_temple
  begin
    send "on_#{type}"
  end
end