Package rh-ruby27 provides Ruby scripting language delivered as a Software
Collection. For more information about Software Collections,
see the scl(1) man page. By installing the rh-ruby27 collection,
you will get the minimum working set of packages to have a working Ruby scripting language.

Usage: scl enable rh-ruby27 'ruby'

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is /opt/rh/rh-ruby27/root
in case of the rh-ruby27 collection.

Ruby is the interpreted scripting language for quick and easy
object-oriented programming.  It has many features to process text
files and to do system management tasks (as in Perl).  It is simple,
straight-forward, and extensible.

When you want to work with the rh-ruby27 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

Examples:
scl enable rh-ruby27 'command --arg'
  Run a specific command with the argument --arg within the rh-ruby27
  software collections environment.

scl enable rh-ruby27 'ruby script.rb'
  Execute script.rb by Ruby from the rh-ruby27 software collection.

scl enable rh-ruby27 bash
  Run an interactive shell with the rh-ruby27 software collection enabled.

scl enable rh-ruby27 'man ruby'
  Show man pages for the ruby command, which is a part of the
  rh-ruby27 software collection.

Report bugs to <http://bugzilla.redhat.com>.
