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

Version Path
dgp-schedule_attributes-0.5.3 lib/schedule_attributes/extensions/ice_cube.rb
dgp-schedule_attributes-0.5.2 lib/schedule_attributes/extensions/ice_cube.rb
dgp-schedule_attributes-0.5.1 lib/schedule_attributes/extensions/ice_cube.rb
dgp-schedule_attributes-0.5.0 lib/schedule_attributes/extensions/ice_cube.rb
dgp-schedule_attributes-0.4.0 lib/schedule_attributes/extensions/ice_cube.rb