Method: CooCoo::Recurrence::Backend#==
- Defined in:
- lib/coo-coo/recurrence/backend.rb
#==(other) ⇒ Object
71 72 73 74 75 76 |
# File 'lib/coo-coo/recurrence/backend.rb', line 71 def ==(other) other.kind_of?(self.class) && size = other.size && recurrence_layer == other.recurrence_layer && recurrent_size == other.recurrent_size end |