Skip to content

Instantly share code, notes, and snippets.

@rdesfo
Created February 12, 2012 02:37
Show Gist options
  • Save rdesfo/1805886 to your computer and use it in GitHub Desktop.
Save rdesfo/1805886 to your computer and use it in GitHub Desktop.
require 'open-uri'
open( "http://preeventualist.org/lost" ) do |lost|
puts lost.read
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment