Skip to content

Instantly share code, notes, and snippets.

@ruzia
Created November 12, 2014 10:51
Show Gist options
  • Save ruzia/cd9878d7534d86f1d3b5 to your computer and use it in GitHub Desktop.
Save ruzia/cd9878d7534d86f1d3b5 to your computer and use it in GitHub Desktop.
require 'open-uri'
url = 'http://dx.doi.org/10.1038/ng.3011'
html = begin
open(url)
rescue
$!.io.read
end
p html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment