From: Cd Cd Date: 2007-09-04T08:05:03+09:00 Subject: I don't get how the method is added in this case I have the following #!/usr/bin/ruby -w require 'net/http' h=Net::HTTP.new('www.pragmaticprogrammer.com',80) response=h.get('/index.html',nil) if(response.message=="OK") puts response.body.scan(/