Class: Hpricot::XMLDecl
Overview
Instance Method Summary collapse
Instance Method Details
#to_haml(tabs, options) ⇒ Object
120 121 122 |
# File 'lib/haml/html.rb', line 120
def to_haml(tabs, options)
"#{tabulate(tabs)}!!! XML\n"
end
|