definition |
Name attribute: the name of a built-in definition(1)
or the path to a ruby-build definition file.
|
nil |
prefix_path |
The path to which the Ruby will be installed. |
nil |
user |
A user which will own the installed Ruby. The default value of
nil denotes a system-wide Ruby (root-owned) is being
targeted. Note: if specified, the user must already exist.
|
nil |
group |
A group which will own the installed Ruby. The default value of
nil denotes a system-wide Ruby (root-owned) is being
targeted. Note: if specified, the group must already exist.
|
nil |
environment |
A Hash of additional environment variables(2), such as
CONFIGURE_OPTS or RUBY_BUILD_MIRROR_URL .
|
nil |