Class: IceCube::Schedule
- Inherits:
-
Object
- Object
- IceCube::Schedule
- Defined in:
- lib/schedule_attributes/extensions/ice_cube.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
8 9 10 |
# File 'lib/schedule_attributes/extensions/ice_cube.rb', line 8 def ==(other) to_hash == other.try(:to_hash) end |