dispatch(command, given_args, given_opts, config)
SIGNATURE: The hook invoked by start.
# File lib/bundler/vendor/thor/lib/thor/base.rb, line 674 def dispatch(command, given_args, given_opts, config) #:nodoc: raise NotImplementedError end