Skip to content

Instantly share code, notes, and snippets.

@akahn
Created April 21, 2013 21:41
Show Gist options
  • Select an option

  • Save akahn/5431181 to your computer and use it in GitHub Desktop.

Select an option

Save akahn/5431181 to your computer and use it in GitHub Desktop.
def save_and_open_page
File.write('tmp/last_response.html', last_response.body)
`open tmp/last_response.html`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment