class Nokogiri::XML::DocumentFragment
Public Instance Methods
to_haml(tabs, options)
click to toggle source
@see Html2haml::HTML::Node#to_haml
# File lib/html2haml/html.rb, line 200 def to_haml(tabs, options) (children || []).inject('') {|s, c| s << c.to_haml(0, options)} end