starting to work through chapter 14 of oreilly cookbook, maybe backtracking here and there
This commit is contained in:
parent
fceb143a13
commit
2bb5d6d954
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
|
Loading…
Reference in New Issue
Block a user