Method: Mechanize::HTTP::Agent#robots_reset
- Defined in:
- lib/mechanize/http/agent.rb
permalink #robots_reset(url) ⇒ Object
Removes robots.txt cache for the site url
.
1141 1142 1143 |
# File 'lib/mechanize/http/agent.rb', line 1141 def robots_reset(url) webrobots.reset(url) end |