starting to work through chapter 14 of oreilly cookbook, maybe backtracking here and there

This commit is contained in:
Dan Buch 2011-07-25 20:46:23 -04:00
parent fceb143a13
commit 2bb5d6d954
2 changed files with 3 additions and 0 deletions

3
cookbook/014/01.rb Normal file
View File

@ -0,0 +1,3 @@
require 'open-uri'
head = open('http://www.oreilly.com/').read(200)
puts head