Command require

In Ruby there is a command called ‘require’. Explain what this command
means and write an example of how it is used to include a Ruby Gem in
a file.

On Jun 4, 1:30 pm, Srinivas G. [email protected] wrote:

In Ruby there is a command called ‘require’. Explain what this command
means and write an example of how it is used to include a Ruby Gem in
a file.

This sounds an awful lot like homework. The ruby api docs are at
http://ruby-doc.org/core/

Fred