Sha256: 7680778407d0ae18d2c6a19d2932b9479b94aa68600b2336d9c9a36f4b11867e
Contents?: true
Size: 293 Bytes
Versions: 5
Compression:
Stored size: 293 Bytes
Contents
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
5 entries across 5 versions & 1 rubygems