Sha256: 65b32d688a093a12ae0a7a4be8f518608eea588d876a006366c40ad225194463
Contents?: true
Size: 159 Bytes
Versions: 57
Compression:
Stored size: 159 Bytes
Contents
module Neo4j module EntityEquality def ==(other) other.class == self.class && other.neo_id == neo_id end alias_method :eql?, :== end end
Version data entries
57 entries across 57 versions & 1 rubygems