module Disposable::Twin::Collection::Changed
Public Instance Methods
changed?()
click to toggle source
FIXME: this should not be included automatically, as Changed
is a feature.
# File lib/disposable/twin/collection.rb, line 60 def changed? find { |twin| twin.changed? } end