Class: IceCube::Rule

Inherits:
Object
  • Object
show all
Defined in:
lib/schedule_atts.rb

Overview

TODO: this should be merged into ice_cube, or at least, make a pull request or something.

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



98
99
100
# File 'lib/schedule_atts.rb', line 98

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