# File lib/mechanize/http/content_disposition_parser.rb, line 170
  def rfc_2045_value
    if @scanner.peek(1) == '"' then
      rfc_2045_quoted_string
    else
      rfc_2045_token
    end
  end