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