From: Roger Pack Date: 2009-01-25T05:39:32+09:00 Subject: how to require more than one thing from the command line Is there a way to do this? $ ruby -rrubygems -rfacets -e '3' ruby: no such file to load -- facets (LoadError) Also is there a way to do something like $ ruby -e 'initialization code' filename.rb ? Thanks! -=r -- Posted via http://www.ruby-forum.com/.