From: Computer Manic Date: 2008-10-31T05:30:51+09:00 Subject: Re: nobody knows shoes, in pdf and html Shin guey Wong wrote: > _why wrote: >> >> _why > > How do I install gem on shoes? Currently I just install gem on my > current ruby and then copy the folder into the shoes folder and it > works. But how do I use the gem command with shoes and install gem on > it? you can install it like this Shoes.setup do gem 'hpricot' end to know your GEM dir use the irb example found into samples folder 'expert-irb.rb' then require 'rubygems' GIM_DIR and you should know the location of the installed gem in case you are lost =) Thank you very much _why .. keep the golden code style -- Posted via http://www.ruby-forum.com/.