Module: BrighterPlanet::Emitter::ClassMethods
- Defined in:
- lib/emitter.rb
Instance Method Summary collapse
- #emitter ⇒ Object
-
#impact_scope ⇒ Object
this will have been set by self.included on the emitter module.
Instance Method Details
#emitter ⇒ Object
73 74 75 |
# File 'lib/emitter.rb', line 73 def emitter name.demodulize end |
#impact_scope ⇒ Object
this will have been set by self.included on the emitter module
69 70 71 |
# File 'lib/emitter.rb', line 69 def impact_scope @impact_scope end |