Method: Wgit::DSL#last_response
- Defined in:
- lib/wgit/dsl.rb
#last_response ⇒ Wgit::Response
Returns the DSL's Wgit::Crawler#last_response
.
148 149 150 |
# File 'lib/wgit/dsl.rb', line 148 def last_response get_crawler.last_response end |