class Hpricot::Doc
@see Hpricot
def to_haml(tabs, options)
- See: Haml::HTML::Node#to_haml -
def to_haml(tabs, options) (children || []).inject('') {|s, c| s << c.to_haml(0, options)} end
@see Hpricot
def to_haml(tabs, options) (children || []).inject('') {|s, c| s << c.to_haml(0, options)} end