# File lib/mechanize/history.rb, line 66
  def pop
    return nil if length == 0
    page = super
    remove_from_index(page)
    page
  end