# File lib/haml/html.rb, line 179 def to_haml(tabs, options) (children || []).inject('') {|s, c| s << c.to_haml(0, options)} end