Flowdock
_load(s) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/drb/gw.rb, line 35
    def self._load(s)
      uri, ref = Marshal.load(s)
      if DRb.uri == uri
        return ref ? DRb.to_obj(ref) : DRb.front
      end

      self.new_with(DRb.uri, [:DRbObject, uri, ref])
    end
Register or log in to add new notes.