= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
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