class Rouge::Lexers::ERB

def initialize(opts={})

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