[Source]
# File lib/drb/gw.rb, line 6 6: def to_obj(ref) 7: if Array === ref && ref[0] == :DRbObject 8: return DRbObject.new_with(ref[1], ref[2]) 9: end 10: super(ref) 11: end
[Validate]