class Haml::Buffer

def html4?

Returns:
  • (Boolean) - Whether or not the format is HTML4
def html4?
  @options[:format] == :html4
end