method
==
==(other)
public
Hide source
# File lib/drb/drb.rb, line 1029 def ==(other) return false unless DRbURIOption === other @option == other.option end