class Nokogiri::XML::Document

@see Nokogiri @private

Public Instance Methods

to_haml(tabs, options) click to toggle source

@see Html2haml::HTML::Node#to_haml

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