Module: Thespian::InstanceMethods
- Defined in:
- lib/thespian.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#actor ⇒ Object
49 50 51 |
# File 'lib/thespian.rb', line 49 def actor @actor ||= Actor.new(self.class.actor..merge(:object => self), &self.class.actor.receive_block) end |