Method: Wgit::DSL#last_response

Defined in:
lib/wgit/dsl.rb

#last_responseWgit::Response

Returns the DSL's Wgit::Crawler#last_response.

Returns:



148
149
150
# File 'lib/wgit/dsl.rb', line 148

def last_response
  get_crawler.last_response
end