# File lib/rouge/lexer.rb, line 255
    def initialize(opts={})
      options(opts)

      @debug = option(:debug)
    end