Class: IceCube::Rule

Inherits:
Object
  • Object
show all
Defined in:
lib/schedule_attributes/extensions/ice_cube.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



2
3
4
# File 'lib/schedule_attributes/extensions/ice_cube.rb', line 2

def ==(other)
  to_hash == other.try(:to_hash)
end