lib/quality/process.rb in quality-22.0.0 vs lib/quality/process.rb in quality-23.0.0

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true require 'English' module Quality # Wrapper around IO.popen that allows exit status to be mocked in tests. class Process