class Haml::Buffer

def xhtml?

Returns:
  • (Boolean) - Whether or not the format is XHTML
def xhtml?
  not html?
end