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/drb.rb, line 424
    def self._load(s)  # :nodoc:
      Marshal::load(s)
    end
Register or log in to add new notes.