Paul D. Kraus wrote: > On 5/23/06, Joey <rubytalk / eachmapinject.com> wrote: >> >> Umm, maybe http://raa.ruby-lang.org/ >> >> j`ey >> http://code.eachmapinject.com/j`ey.rb< >> http://code.eachmapinject.com/j%60ey.rb> >> > > Exactly what I was looking for thanks. Any good newbie faq's? Not really > on > the programming side of things but more on the supplemental tools such > as > the one you just gave me or good places to find online docs. > > Oh and the biggest one... What the heck is GEM. > > Why do scripts have both require and import statements? > > This way I quit hitting the list with things that have probably been > covered > to death. > > TIA, > Paul The standard reference for Ruby is the "Pickaxe" book, i.e. Programming Ruby, 2nd Ed. (http://www.pragmaticprogrammer.com/titles/ruby/index.html). This book has answers to all your questions. The 1st edition is dated but still quite useful and is available online here: http://www.rubycentral.com/book/. This one explains the difference between require and include. You can read about "gems" (RubyGems) here: http://docs.rubygems.org/ -- Posted via http://www.ruby-forum.com/.