Method: Mechanize::History#pop

Defined in:
lib/mechanize/history.rb

#popObject



67
68
69
70
71
72
# File 'lib/mechanize/history.rb', line 67

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