Sha256: cdf3f5b93f2af6d5cd70b1b903a985c6687dea355927066b241a824c5cdf1475
Contents?: true
Size: 121 Bytes
Versions: 4
Compression:
Stored size: 121 Bytes
Contents
class Hash def &(other) Hash[(self.keys & other.keys).zip(other.values_at(*(self.keys & other.keys)))] end end
Version data entries
4 entries across 4 versions & 1 rubygems