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