123456789_123456789_123456789_123456789_123456789_

Module: DRb::DRbUndumped

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/drb/drb.rb

Overview

Mixin module making an object undumpable or unmarshallable.

If an object which includes this module is returned by method called over drb, then the object remains in the server space and a reference to the object is returned, rather than the object being marshalled and moved into the client space.

Instance Method Summary

Instance Method Details

#_dump(dummy)

This method is for internal use only.

Raises:

  • (TypeError)
[ GitHub ]

  
# File 'lib/drb/drb.rb', line 391

def _dump(dummy)  # :nodoc:
  raise TypeError, 'can\'t dump'
end