method

set_command_option_if_given

ruby latest stable - Class: Bundler::Settings

Method not available on this version

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

set_command_option_if_given(key, value)
public

No documentation available.

# File lib/bundler/settings.rb, line 125
    def set_command_option_if_given(key, value)
      return if value.nil?
      set_command_option(key, value)
    end