From: Abder-rahman Ali Date: 2010-06-30T01:00:19+09:00 Subject: Re: Using RubyGems Ben Bleything wrote: > On Tue, Jun 29, 2010 at 8:24 AM, Abder-rahman Ali > wrote: >> What does (find) in require 'find' do? > > It tells Ruby to process the contents of the file called "find.rb" in > the load path. > >> Yes, it is a gem. So, I think I can find it here: http://rubygems.org/. >> But, can anyone tell me how to use that and find information on gems >> here. Just new to that actually. > > No, it's not a gem. It's part of the standard library. Documentation > is available on your system vi ri (ri Find) or online at > http://ruby-doc.org or various other places. > > Ben Ben, Thanks for your reply. So, the "Function" of 'find' is just simply searching files in a folder? Thanks. -- Posted via http://www.ruby-forum.com/.