class DRb::DRbURIOption

def ==(other)

def ==(other)
  return false unless DRbURIOption === other
  @option == other.option
end