class Rouge::Lexers::ERB

def self.analyze_text(text)

def self.analyze_text(text)
  return 0.4 if text =~ /<%.*%>/
end

def initialize(opts={})

def initialize(opts={})
  @ruby_lexer = Ruby.new(opts)
  super(opts)
end