Flowdock
to_obj(ref) 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 6
    def to_obj(ref)
      if Array === ref && ref[0] == :DRbObject
        return DRbObject.new_with(ref[1], ref[2])
      end
      super(ref)
    end
Register or log in to add new notes.