Sha256: c488242463805f0dfc4d265744e3d7c19869eddd07c0e78b113a143afa99d35e
Contents?: true
Size: 167 Bytes
Versions: 5
Compression:
Stored size: 167 Bytes
Contents
class IceCube::Rule def ==(other) to_hash == other.try(:to_hash) end end class IceCube::Schedule def ==(other) to_hash == other.try(:to_hash) end end
Version data entries
5 entries across 5 versions & 1 rubygems