Method: Cot::Collection#changed?

Defined in:
lib/cot/collection.rb

#changed?Boolean

Returns:

  • (Boolean)


41
42
43
# File 'lib/cot/collection.rb', line 41

def changed?
  map(&:changed?).include? true
end