Module: Halcyon::Config::Helpers
- Included in:
- Halcyon
- Defined in:
- lib/halcyon/config/helpers.rb
Defined Under Namespace
Modules: Accessors, Configurable
Class Method Summary collapse
-
.included(target) ⇒ Object
Extends the target class with the Configurable and Accessors helpers.
Class Method Details
.included(target) ⇒ Object
Extends the target class with the Configurable and Accessors helpers.
6 7 8 9 |
# File 'lib/halcyon/config/helpers.rb', line 6 def self.included(target) target.extend(Configurable) target.extend(Accessors) end |