# File lib/rouge/lexer.rb, line 272
    def initialize(opts={})
      @options = {}
      opts.each { |k, v| @options[k.to_s] = v }

      @debug = Lexer.debug_enabled? && bool_option(:debug)
    end