class Haml::Options

def html4?

Returns:
  • (Boolean) - Whether or not the format is HTML4.
def html4?
  format == :html4
end