Module: Thespian::InstanceMethods

Defined in:
lib/thespian.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#actorObject



41
42
43
# File 'lib/thespian.rb', line 41

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