Method: Mechanize::HTTP::Agent#webrobots
- Defined in:
- lib/mechanize/http/agent.rb
#webrobots ⇒ Object
1145 1146 1147 |
# File 'lib/mechanize/http/agent.rb', line 1145 def webrobots @webrobots ||= WebRobots.new(@user_agent, :http_get => method(:get_robots)) end |