class Rouge::Lexers::Make

def initialize(opts={})

def initialize(opts={})
  super
  @shell = Shell.new(opts)
end