From: Kev Jackson Date: 2006-03-27T10:14:27+09:00 Subject: Re: scraping websites >See this post from yesterday: > >http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/185578 > >but watch out for the typo (I meant "*doesn't* (by default) actually >require anything") > > Thanks! Just tried and worked perfectly. I've always used require 'rubygems' require_gem 'x' before, so now I know if that fails to try: require 'rubygems' require 'x' Again thanks for the help in resolving this. Learnt something today, so it's not a wasted day :) Kev