Method: Mechanize::HTTP::WWWAuthenticateParser#spaces
- Defined in:
- lib/mechanize/http/www_authenticate_parser.rb
#spaces ⇒ Object
1*SP
Parses spaces
95 96 97 |
# File 'lib/mechanize/http/www_authenticate_parser.rb', line 95 def spaces @scanner.scan(/ +/) end |