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/.