Method: Bundler::CLI.dispatch
- Defined in:
- lib/bundler/cli.rb
permalink .dispatch ⇒ Object
[View source]
34 35 36 37 38 39 |
# File 'lib/bundler/cli.rb', line 34 def self.dispatch(*) super do |i| i.send(:print_command) i.send(:warn_on_outdated_bundler) end end |