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