Class: Sortah::Lenses
- Inherits:
-
ComponentCollection
- Object
- Hash
- ComponentCollection
- Sortah::Lenses
- Defined in:
- lib/sortah/components/lens.rb
Instance Method Summary collapse
Methods inherited from ComponentCollection
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 |