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 46
46:       def to_haml(tabs = 0)
47:         parse_text(self.to_s, tabs)
48:       end

[Validate]