Method: Foreman::Thor::Base.included

Defined in:
lib/foreman/vendor/thor/lib/thor/base.rb

.included(base) ⇒ Object

:nodoc:



90
91
92
93
94
# File 'lib/foreman/vendor/thor/lib/thor/base.rb', line 90

def included(base) #:nodoc:
  base.extend ClassMethods
  base.send :include, Invocation
  base.send :include, Shell
end