# File lib/mechanize.rb, line 898
  def redirection_limit= limit
    @agent.redirection_limit = limit
  end