class Rouge::Lexers::Haml

def self.analyze_text(text)

def self.analyze_text(text)
  return 0.1 if text.start_with? '!!!'
end