Sha256: 1d5083bcd5a725297893f7d8873ec1bd942b3900938695f555fdcba7f5ff6dda
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
# frozen_string_literal: true module Nanoc module Int class Compiler module Stages class StorePostCompilationState < Nanoc::Core::CompilationStage include Nanoc::Core::ContractsSupport def initialize(dependency_store:) @dependency_store = dependency_store end contract C::None => C::Any def run @dependency_store.store end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems