Module: Eventful::Poro::InstanceMethods

Defined in:
lib/Eventful/Poro/InstanceMethods.rb

Instance Method Summary collapse

Instance Method Details

#initializeObject



8
9
10
11
# File 'lib/Eventful/Poro/InstanceMethods.rb', line 8

def initialize(*)
  super
  self.class.register(self)
end