Module: Disposable::Twin::Collection::Changed
- Included in:
- Disposable::Twin::Collection
- Defined in:
- lib/disposable/twin/collection.rb
Instance Method Summary collapse
-
#changed? ⇒ Boolean
FIXME: this should not be included automatically, as Changed is a feature.
Instance Method Details
#changed? ⇒ Boolean
FIXME: this should not be included automatically, as Changed is a feature.
60 61 62 |
# File 'lib/disposable/twin/collection.rb', line 60 def changed? find { |twin| twin.changed? } end |