# File lib/rouge/lexer.rb, line 269
    def option(k, v=:absent)
      if v == :absent
        options[k]
      else
        options({ k => v })
      end
    end