class WWW::Mechanize::History

def pop

def pop
  return nil if length == 0
  page = super
  remove_from_index(page)
  page
end