Module: PlateWalking

Included in:
LabwareCreators::Base, Presenters::PlatePresenter
Defined in:
app/models/plate_walking.rb

Overview

rubocop:todo Style/Documentation

Defined Under Namespace

Classes: Walker

Instance Method Summary collapse

Instance Method Details

#wells_by_rowObject



4
5
6
# File 'app/models/plate_walking.rb', line 4

def wells_by_row
  Walker.new(plate_to_walk, plate_to_walk.wells)
end