DRb::DRbArray

class DRb::DRbArray

Parent:
Object

An Array wrapper that can be sent to another server via DRb.

All entries in the array will be dumped or be references that point to the local server.

Public Class Methods

new(ary) Show source

Creates a new DRbArray that either dumps or wraps all the items in the Array ary so the