Class: TagLayout::WalkManualWellsOfPlate
- Defined in:
- app/models/tag_layout/walk_manual_wells_of_plate.rb
Instance Attribute Summary
Attributes inherited from Walker
Instance Method Summary collapse
Methods inherited from Walker
Constructor Details
This class inherits a constructor from TagLayout::Walker
Instance Method Details
#walk_wells ⇒ Object
5 6 7 |
# File 'app/models/tag_layout/walk_manual_wells_of_plate.rb', line 5 def walk_wells wells_in_walking_order.with_aliquots.each_with_index { |well, index| yield(well, index) unless well.nil? } end |