lib/nanoc/base/services/compiler/phases/write.rb in nanoc-4.7.9 vs lib/nanoc/base/services/compiler/phases/write.rb in nanoc-4.7.10
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Nanoc::Int::Compiler::Phases
class Write < Abstract
include Nanoc::Int::ContractsSupport
def initialize(snapshot_repo:, wrapped:)