Returns:
23 24 25 26 27 28 29 30 31
# File 'lib/html2rss/request_service/puppet_commander.rb', line 23 def call page = new_page response = navigate_to_destination(page, ctx.url) Response.new(body: body(page), headers: response.headers) ensure page&.close end