Module: Nanite::Actor::InstanceMethods
- Defined in:
- lib/nanite/actor.rb
Overview
ClassMethods
Instance Method Summary collapse
-
#request(*args, &blk) ⇒ Object
send nanite request to another agent (through the mapper).
Instance Method Details
#request(*args, &blk) ⇒ Object
send nanite request to another agent (through the mapper)
54 55 56 |
# File 'lib/nanite/actor.rb', line 54 def request(*args, &blk) MapperProxy.instance.request(*args, &blk) end |