Active View wrote: > Hmm... No wonder when I tried to do a google search, nothing much seems > to appear... Thanks! > > require 'gtk2' > require 'open-uri' > require 'rexml/document' > require 'rexml_helper' > include REXML > > Above is part of my code. Not sure if it can helps the experts here to > guide me on what dependency I could have missed out. Thanks for advance! > > require 'porsche' puts 'hello' --output:-- r1test.rb:1:in `require': no such file to load -- porsche (LoadError) from r1test.rb:1 -- Posted via http://www.ruby-forum.com/.