Module: BrighterPlanet::Emitter::ClassMethods

Defined in:
lib/emitter.rb

Instance Method Summary collapse

Instance Method Details

#emitterObject



73
74
75
# File 'lib/emitter.rb', line 73

def emitter
  name.demodulize
end

#impact_scopeObject

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