Sha256: b0ac8329c68ce5a627d0b9b4ff6e7b7c648521b01af4108398c87314345be718

Contents?: true

Size: 275 Bytes

Versions: 16

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: false
module DRb
  class DRbObject # :nodoc:
    def ==(other)
      return false unless DRbObject === other
     (@ref == other.__drbref) && (@uri == other.__drburi)
    end

    def hash
      [@uri, @ref].hash
    end

    alias eql? ==
  end
end

Version data entries

16 entries across 16 versions & 9 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/drb-2.2.1/lib/drb/eq.rb
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/drb-2.2.1/lib/drb/eq.rb
drb-2.2.1 lib/drb/eq.rb
mlh-rubocop-config-1.0.3 vendor/bundle/ruby/3.2.0/gems/drb-2.2.0/lib/drb/eq.rb
drb-2.0.6 lib/drb/eq.rb
drb-2.2.0 lib/drb/eq.rb
drb-2.1.1 lib/drb/eq.rb
drb-2.1.0 lib/drb/eq.rb
drb-2.0.5 lib/drb/eq.rb
drb-2.0.4 lib/drb/eq.rb
ruby-compiler-0.1.1 vendor/ruby/lib/drb/eq.rb