class Rouge::Lexers::Haml

def html

def html
  @html ||= HTML.new(options)
end