Module: Gear::Firewatch
- Defined in:
- lib/gear/firewatch.rb
Overview
Fire watch Gear gives us helper methods to access the logger, log stuff, and do other shenanigans
Defined Under Namespace
Modules: HelperMethods
Class Method Summary collapse
- .included(mod) ⇒ Object
-
.setup(app, *a, &block) ⇒ Object
required for compliance reasons.
Class Method Details
.included(mod) ⇒ Object
52 53 54 |
# File 'lib/gear/firewatch.rb', line 52 def included(mod) mod::Helpers.include(HelperMethods) end |
.setup(app, *a, &block) ⇒ Object
required for compliance reasons
57 58 |
# File 'lib/gear/firewatch.rb', line 57 def setup(app, *a, &block) end |