Module: LabelPrinter::Label::BatchPlates
- Included in:
- BatchPlate, BatchPlateDouble
- Defined in:
- lib/label_printer/label/batch_plates.rb
Instance Method Summary collapse
Instance Method Details
#plates ⇒ Object
6 7 8 9 |
# File 'lib/label_printer/label/batch_plates.rb', line 6 def plates = printable.select { |, check| check == 'on' }.keys batch..keys.select { |plate| .include?(plate.) } end |