class Nokogiri::XML::NodeSet

Public Instance Methods

to_haml(tabs, options) click to toggle source

@see Html2haml::HTML::Node#to_haml

# File lib/html2haml/html.rb, line 207
def to_haml(tabs, options)
  self.inject('') {|s, c| s << c.to_haml(tabs, options)}
end