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.

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

Fred