class Haml::Options

def xhtml?

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