Module: Windoo::Mixins::Constants
- Included in:
- Windoo
- Defined in:
- lib/windoo/mixins/constants.rb
Overview
Constants useful throughout Windoo This should be included into the Jamf module
Class Method Summary collapse
-
.included(includer) ⇒ Object
when this module is included, also extend our Class Methods.
Class Method Details
.included(includer) ⇒ Object
when this module is included, also extend our Class Methods
35 36 37 |
# File 'lib/windoo/mixins/constants.rb', line 35 def self.included(includer) Windoo.load_msg "--> #{includer} is including Windoo::Constants" end |