Subject: Re: How can I find the source of ruby package installed by gem
From: Tim Hunter <TimHunter nc.rr.com>
Date: Tue, 6 Jan 2009 11:13:32 +0900
References: 324033
In-reply-to: 324033
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.
--
RMagick: http://rmagick.rubyforge.org/