Module: Thespian::InstanceMethods

Defined in:
lib/thespian.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#actorObject



49
50
51
# File 'lib/thespian.rb', line 49

def actor
  @actor ||= Actor.new(self.class.actor.options.merge(:object => self), &self.class.actor.receive_block)
end