Subject: [ruby-talk:10672] Re: reading file from URL
From: ts <decoux moulon.inra.fr>
Date: Sat, 10 Feb 2001 21:48:05 +0900
References: 10668
In-reply-to: message from Tjabo Kloppenburg on Sat, 10 Feb 2001 21:42:52 +0900
>>>>> "T" == Tjabo Kloppenburg <tk / hcsd.de> writes:
T> #!/usr/bin/ruby
T> require("/usr/local/lib/ruby/1.6/net/http.rb") # <- it works, but...
require("net/http")
You just need the part which is not $LOAD_PATH in this case "net/"
Guy Decoux