Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
dispatch(command, given_args, given_opts, config)
protected
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