Method: Mechanize::HTTP::Agent#back
- Defined in:
- lib/mechanize/http/agent.rb
#back ⇒ Object
Equivalent to the browser back button. Returns the most recent page visited.
373 374 375 |
# File 'lib/mechanize/http/agent.rb', line 373 def back @history.pop end |