Object
# File drb/drb.rb, line 530 def self._load(s) Marshal::load(s) end
# File drb/drb.rb, line 515 def initialize(ary) @ary = ary.collect { |obj| if obj.kind_of? DRbUndumped DRbObject.new(obj) else begin Marshal.dump(obj) obj rescue DRbObject.new(obj) end end } end
# File drb/drb.rb, line 534 def _dump(lv) Marshal.dump(@ary) end
This page was generated for Ruby 1.8.6
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.