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