Sha256: 1b46bf79922a898414230371511086ddf44e409bf5d3cabc43878c51f64f9c56
Contents?: true
Size: 244 Bytes
Versions: 68
Compression:
Stored size: 244 Bytes
Contents
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
68 entries across 40 versions & 4 rubygems