method
to_obj
v2_5_5 -
Show latest stable
- Class:
DRb::GWIdConv
to_obj(ref)public
No documentation available.
# File lib/drb/gw.rb, line 35
def to_obj(ref) # :nodoc:
if Array === ref && ref[0] == :DRbObject
return DRbObject.new_with(ref[1], ref[2])
end
super(ref)
end