Method: Mechanize::HTTP::Agent#robots_reset

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

#robots_reset(url) ⇒ Object

Removes robots.txt cache for the site url.

[View source]

1141
1142
1143
# File 'lib/mechanize/http/agent.rb', line 1141

def robots_reset(url)
  webrobots.reset(url)
end