class DRb::DRbURIOption
:nodoc: I don’t understand the purpose of this class…
def ==(other)
def ==(other) return false unless DRbURIOption === other @option == other.option end
def hash
def hash @option.hash end
def initialize(option)
def initialize(option) @option = option.to_s end
def to_s; @option; end
def to_s; @option; end