# File lib/rouge/lexers/plain_text.rb, line 15
      def initialize(*)
        super

        @token = token_option(:token) || Text
      end