# File lib/rouge/lexer.rb, line 262
    def options(o={})
      (@options ||= {}).merge!(o)

      self.class.default_options.merge(@options)
    end