= private = protected
to_obj(ref)
Convert a dRuby reference to the local object it refers to.
# File lib/drb/drb.rb, line 1480 def to_obj(ref) return front if ref.nil? return front[ref.to_s] if DRbURIOption === ref @idconv.to_obj(ref) end