Method: Bundler::CLI.start
- Defined in:
- lib/bundler/cli.rb
permalink .start ⇒ Object
[View source]
26 27 28 29 30 31 32 |
# File 'lib/bundler/cli.rb', line 26 def self.start(*) check_deprecated_ext_option(ARGV) if ARGV.include?("--ext") super ensure Bundler::SharedHelpers.print_major_deprecations! end |