method

operating_system_defaults

ruby latest stable - Class: Gem

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

operating_system_defaults()
public

Default options for gem commands for Ruby packagers.

The options here should be structured as an array of string “gem” command names as keys and a string of the default options as values.

Example:

def self.operating_system_defaults

{
    'install' => '--no-rdoc --no-ri --env-shebang',
    'update' => '--no-rdoc --no-ri --env-shebang'
}

end