Created
October 28, 2013 05:53
-
-
Save laser/7191964 to your computer and use it in GitHub Desktop.
js-event-loop-faraday
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
response = Faraday.get 'http://www.google.com' | |
puts response | |
puts 'Done!' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment