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.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an avant garage application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.