From: Ross Bamford Date: 2006-02-22T01:22:37+09:00 Subject: Re: lazy.rb 0.9.5 -- transparent futures! On Wed, 2006-02-22 at 00:58 +0900, Minkoo Seo wrote: > Still, no luck. > > [root@poseidon tmp]# ll > 합계 12 > -rw-r--r-- 1 mkseo users 6656 2월 19 09:31 lazy-0.9.5.gem > [root@poseidon tmp]# gem install lazy-0.9.5.gem > Attempting local installation of 'lazy-0.9.5.gem' > Successfully installed lazy, version 0.9.5 > Installing RDoc documentation for lazy-0.9.5... > > lazy.rb:60:22: Couldn't find DIVERGES. Assuming it's a module > [root@poseidon tmp]# irb > irb(main):001:0> require 'lazy' > LoadError: no such file to load -- lazy > from (irb):1:in `require' > from (irb):1 > irb(main):002:0> require 'lazy/future' > LoadError: no such file to load -- lazy/future > from (irb):2:in `require' > from (irb):2 > irb(main):003:0> Haven't followed this thread all the way, but I'm assuming you must have already tried: $ irb require 'rubygems' require 'lazy' Or alternatively passing -rubygems as an option to IRB. -- Ross Bamford - rosco@roscopeco.REMOVE.co.uk