starting to work through chapter 14 of oreilly cookbook, maybe backtracking here and there
This commit is contained in:
3
cookbook/014/01.rb
Normal file
3
cookbook/014/01.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
require 'open-uri'
|
||||
head = open('http://www.oreilly.com/').read(200)
|
||||
puts head
|
Reference in New Issue
Block a user