This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
deprecated_option(*args, &blk)
public
No documentation available.
# File lib/bundler/cli.rb, line 64
def self.deprecated_option(*args, &blk)
return if Bundler.feature_flag.forget_cli_options?
method_option(*args, &blk)
end