Class: Sortah::Lenses

Inherits:
ComponentCollection show all
Defined in:
lib/sortah/components/lens.rb

Instance Method Summary collapse

Methods inherited from ComponentCollection

#<<, #defined?, #valid?

Instance Method Details

#clear_state!Object



6
7
8
# File 'lib/sortah/components/lens.rb', line 6

def clear_state!
  self.each_value { |lens| lens.clear_state! }
end