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]