Method: Mechanize::HTTP::WWWAuthenticateParser#spaces

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

#spacesObject

1*SP

Parses spaces



95
96
97
# File 'lib/mechanize/http/www_authenticate_parser.rb', line 95

def spaces
  @scanner.scan(/ +/)
end