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