Blame SOURCES/README

dbe7fc
Package %{scl_name} provides Ruby scripting language delivered as a Software
dbe7fc
Collection. For more information about Software Collections,
dbe7fc
see the scl(1) man page. By installing the %{scl_name} collection,
dbe7fc
you will get the minimum working set of packages to have a working Ruby scripting language.
dbe7fc
dbe7fc
Usage: scl enable %{scl} 'ruby'
dbe7fc
dbe7fc
Software Collections allow you to build and execute applications
dbe7fc
which are not located in the filesystem root hierarchy,
dbe7fc
but are stored in an alternative location, which is %{_scl_root}
dbe7fc
in case of the %{scl_name} collection.
dbe7fc
dbe7fc
Ruby is the interpreted scripting language for quick and easy
dbe7fc
object-oriented programming.  It has many features to process text
dbe7fc
files and to do system management tasks (as in Perl).  It is simple,
dbe7fc
straight-forward, and extensible.
dbe7fc
dbe7fc
When you want to work with the %{scl_name} collection, use the scl
dbe7fc
utility (see the scl(1) man page for usage) to enable the scl
dbe7fc
environment.
dbe7fc
dbe7fc
Examples:
dbe7fc
scl enable %{scl_name} 'command --arg'
dbe7fc
  Run a specific command with the argument --arg within the %{scl_name}
dbe7fc
  software collections environment.
dbe7fc
dbe7fc
scl enable %{scl_name} 'ruby script.rb'
dbe7fc
  Execute script.rb by Ruby from the %{scl_name} software collection.
dbe7fc
dbe7fc
scl enable %{scl_name} bash
dbe7fc
  Run an interactive shell with the %{scl_name} software collection enabled.
dbe7fc
dbe7fc
scl enable %{scl_name} 'man ruby'
dbe7fc
  Show man pages for the ruby command, which is a part of the
dbe7fc
  %{scl_name} software collection.
dbe7fc
dbe7fc
Report bugs to <http://bugzilla.redhat.com>.