method

dispatch

v2_6_3 - Show latest stable - Class: Bundler::CLI
dispatch(*)
public

No documentation available.

# File lib/bundler/cli.rb, line 26
    def self.dispatch(*)
      super do |i|
        i.send(:print_command)
        i.send(:warn_on_outdated_bundler)
      end
    end