class Haml::Buffer

def html5?

True if the format is HTML5
def html5?
  @options[:format] == :html5
end