ruby-standalone(1) | User commands | ruby-standalone(1) |
ruby-standalone - use (only) the Ruby interpreter from Debian
ruby-standalone [PROGRAM] [ARGS]
ruby-standlone allows one to use the Ruby interpreter provided by Debian (and thus get security support for stable releases), without having to also use Ruby libraries and applications from Debian.
When called with no arguments, ruby-standalone will spawn a new shell, where all of the standard Ruby programs (ruby, erb, gem, irb, rdoc, ri, testrb) will never use code from Debian-provided packages.
Otherwise, PROGRAM will be called with ARGS as arguments, in that same context.
Caveat: if PROGRAM is not installed as a Rubygem and is installed by a Debian package, the Debian package version will be used.
ruby-standalone makes it possible to:
Copyright © 2014, Antonio Terceiro <terceiro@debian.org>
ruby-standalone is licensed under the same terms as Ruby itself. See the file COPYING for details.
March 2018 | ruby-standalone |