Module: Mixins
- Defined in:
- lib/puppet/type/wait_for.rb
Overview
These methods in the Mixins module get “mixed in” to the Exit_code and Regex methods (i.e. properties) below.
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 |
# File 'lib/puppet/type/wait_for.rb', line 5 def self.included base base.send(:include, InstanceMethods) end |