Method: Mechanize::HTTP::WWWAuthenticateParser#scan_comma_spaces

Defined in:
lib/mechanize/http/www_authenticate_parser.rb

#scan_comma_spacesObject

scans a comma followed by spaces needed for Negotiation, NTLM



104
105
106
# File 'lib/mechanize/http/www_authenticate_parser.rb', line 104

def scan_comma_spaces
  @scanner.scan(/, +/)
end