In Files

Parent

Methods

Hpricot::Doc

@see Hpricot @private

Public Instance Methods

to_haml(tabs, options) click to toggle source

@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

[Validate]

Generated with the Darkfish Rdoc Generator 2.