From: Tim Hunter Date: 2008-03-07T04:45:54+09:00 Subject: Re: requiring rubygems Tim wrote: > I'm using the MySQL rubygem. In a code example in the book I'm > reading it has: > > require 'rubygems' > require 'mysql' > > in order to access the mysql functionality. However I tried it > without requiring rubygems and it still works. When do you have to > require rubygems when using a gem? What does requiring rubygems > actually accomplish? > > Thanks, > > Tim http://docs.rubygems.org/read/book/1 -- Posted via http://www.ruby-forum.com/.