Object
@see Hpricot @private
@see Haml::HTML::Node#to_haml
# File lib/haml/html.rb, line 156 def to_haml(tabs, options) (children || []).inject('') {|s, c| s << c.to_haml(0, options)} end