method
included
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Base
included(base)public
No documentation available.
# File lib/bundler/vendor/thor/lib/thor/base.rb, line 91
def included(base) #:nodoc:
base.extend ClassMethods
base.send :include, Invocation
base.send :include, Shell
end