lib/entangler/executor/helpers.rb in entangler-1.1.1 vs lib/entangler/executor/helpers.rb in entangler-1.1.2

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Entangler module Helper def self.with_temp_file(name: 'tmp_file', contents: nil) require 'tempfile'