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

See Also:

  • Node#to_haml


94
95
96
# File 'lib/haml/html.rb', line 94

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