= private = protected
here?(uri)
Is uri the URI for the current local server?
# File lib/drb/drb.rb, line 1677 def here?(uri) current_server.here?(uri) rescue false # (current_server.uri rescue nil) == uri end