Class: Plumbing::Actor::Transporter
- Inherits:
-
Object
- Object
- Plumbing::Actor::Transporter
- Defined in:
- lib/plumbing/actor/transporter.rb
Instance Method Summary collapse
Instance Method Details
#marshal(*arguments) ⇒ Object
6 7 8 |
# File 'lib/plumbing/actor/transporter.rb', line 6 def marshal *arguments pack_array arguments end |
#unmarshal(*arguments) ⇒ Object
10 11 12 |
# File 'lib/plumbing/actor/transporter.rb', line 10 def unmarshal *arguments unpack_array arguments end |