lib/production_line.rb
3 lines · ruby
Project files
# frozen_string_literal: true
ProductionLine = Data.define(:press, :recovery)
Read along in the manual: The Reloading Lab · Download the project (zip)
3 lines · ruby
# frozen_string_literal: true
ProductionLine = Data.define(:press, :recovery)
Read along in the manual: The Reloading Lab · Download the project (zip)