Module: BrighterPlanet::Emitter::ClassMethods

Defined in:
lib/emitter.rb

Instance Method Summary collapse

Instance Method Details

#emitterObject



88
89
90
# File 'lib/emitter.rb', line 88

def emitter
  name.demodulize
end

#impact_scopeObject

this will have been set by self.included on the emitter module



84
85
86
# File 'lib/emitter.rb', line 84

def impact_scope
  @impact_scope
end