Brian Candler wrote: > Does > > require 'net/https' > > work in irb? Then look in /usr/lib/ruby/1.8/net/https.rb for the > documentation, including sample code. Yeah, irb returns true when I require it. It seems like it only works in a certain order however. Usually it has to be second. I am not sure why. Thanks for the tip. I didn't realize that there is documentation there. -- Posted via http://www.ruby-forum.com/.