Module Haml::HTML::
In: lib/haml/html.rb

Methods

to_haml  

Public Instance methods

Returns the Haml representation of the given node, at the given tabulation.

[Source]

    # File lib/haml/html.rb, line 44
44:       def to_haml(tabs = 0)
45:         parse_text(self.to_s, tabs)
46:       end

[Validate]