class Haml::Buffer

def html?

Returns:
  • (Boolean) - Whether or not the format is any flavor of HTML
def html?
  html4? or html5?
end