class HTTP::Cookie::Scanner

def scan_name

def scan_name
  scan(RE_NAME).tap { |s|
    s.rstrip! if s
  }
end