Module: KnifeSharp::Common
- Included in:
- SharpAlign, SharpBackup, SharpCookbookAlign, SharpDataBagAlign, SharpEnvironmentAlign, SharpHistory, SharpRoleAlign, SharpRollback
- Defined in:
- lib/knife-sharp/common.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
132 133 134 135 |
# File 'lib/knife-sharp/common.rb', line 132 def self.included(receiver) receiver.extend(ClassMethods) receiver.send(:include, InstanceMethods) end |