RUBY-STANDALONE(1) | General Commands Manual | RUBY-STANDALONE(1) |
ruby-standalone - use (only) the Ruby interpreter from Debian
ruby-standalone
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) in $PATH 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-2020 Antonio Terceiro terceiro@debian.org
ruby-standalone is licensed under the same terms as Ruby itself. See the file COPYING for details.
November 2022 |