Method: Bundler::Thor::Invocation.included
- Defined in:
- lib/bundler/vendor/thor/lib/thor/invocation.rb
.included(base) ⇒ Object
:nodoc:
3 4 5 6 |
# File 'lib/bundler/vendor/thor/lib/thor/invocation.rb', line 3 def self.included(base) #:nodoc: super(base) base.extend ClassMethods end |