Hey all, I'm having trouble reading the documentation for a gem. How do you go about it? gem_server is nice and so is the web.
How do I peruse via the command line? This is just an example, $ sudo gem install image_science Password: Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed image_science-1.0.0 Installing ri documentation for image_science-1.0.0... Installing RDoc documentation for image_science-1.0.0... $ ri image_science Nothing known about image_science $ rdoc image_science File not found: image_science $gem list image_science *** LOCAL GEMS *** image_science (1.0.0) ImageScience is a clean and happy Ruby library that generates thumbnails -- and kicks the living crap out of RMagick. $ woo hoo! $which ri /usr/local/bin/ri $which rdoc /usr/local/bin/rdoc $which gem /usr/local/bin/gem $which ruby /usr/local/bin/ruby _______________________________________________ PDXRuby mailing list [email protected] IRC: #pdx.rb on irc.freenode.net http://lists.pdxruby.org/mailman/listinfo/pdxruby
