class Haml::Engine

def html4?

True if the format is HTML4
def html4?
  @options[:format] == :html4
end