method
deprecated_option
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI
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