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