From: Zhao Yi Date: 2009-01-06T11:27:05+09:00 Subject: Re: How can I find the source of ruby package installed by gem Tim Hunter wrote: > Zhao Yi wrote: >> I installed a ruby application by gem. Where can I find its source code? > > gem unpack > > unpacks a gem to the current directory. > > gem env > > shows where gems are installed. OK, it works. thanks. -- Posted via http://www.ruby-forum.com/.