Method: Mechanize::HTTP::Agent#current_page

Defined in:
lib/mechanize/http/agent.rb

#current_pageObject

Returns the latest page loaded by the agent

[View source]

380
381
382
# File 'lib/mechanize/http/agent.rb', line 380

def current_page
  @history.last
end