class Haml::Parser::ParseNode

Public Instance Methods

to_temple() click to toggle source
# File lib/haml/temple.rb, line 77
def to_temple
  begin
    send "on_#{type}"
  end
end