Class: Hpricot::XMLDecl

Inherits:
Object show all
Defined in:
lib/haml/html.rb

Overview

See Also:

Instance Method Summary collapse

Instance Method Details

#to_haml(tabs, options) ⇒ Object



113
114
115
# File 'lib/haml/html.rb', line 113

def to_haml(tabs, options)
  "#{tabulate(tabs)}!!! XML\n"
end