Module RVM::Shell::Utility
In: lib/rvm/shell/utility.rb

Methods

Public Instance methods

From a command, will build up a runnable command. If args isn‘t provided, it will escape arguments.

Given a string, converts to the escaped format. This ensures that things such as variables aren‘t evaluated into strings and everything else is setup as expected.

Takes an array / number of arguments and converts them to a string useable for passing into a shell call.

[Validate]