# File lib/http/cookie/scanner.rb, line 47
  def scan_name
    scan(RE_NAME).tap { |s|
      s.rstrip! if s
    }
  end