Follow the Brass

first_draft.rb

11 lines · ruby

Project files
# frozen_string_literal: true

# Nothing requires this file, on purpose. It is the draft's opening
# anti-example: it calls methods that exist nowhere. Keep it broken.
brass.each do |cartridge_case|
  clean(cartridge_case)
  decap(cartridge_case)
  swage(cartridge_case)
  trim(cartridge_case)
  inspect(cartridge_case)
end

Read along in the manual: The Reloading Lab · Download the project (zip)