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