From: Daniel Harple Date: 2006-03-24T02:41:29+09:00 Subject: Re: Problem seeing classes in rubygem On Mar 23, 2006, at 5:51 PM, Wes Gamble wrote: > Ruby 1.8.2 > > I am trying to take advantage of a Rubygem named RubyfulSoup (a > port of > the PHP BeautifulSoup module). Python actually. > require 'rubygems' > require_gem 'rubyful_soup', '>= 1.0.4' Unless you _really need_ version 1.0.4, you can drop this and just do require 'rubyful_soup'. -- Daniel