# File lib/mechanize/http/agent.rb, line 1000
  def webrobots
    @webrobots ||= WebRobots.new(@user_agent, :http_get => method(:get_robots))
  end