Sha256: 7c77b6ce1a135d098145c524bfb94c332204e792be5f595c0061442df0e2d073
Contents?: true
Size: 354 Bytes
Versions: 18
Compression:
Stored size: 354 Bytes
Contents
# frozen_string_literal: true module Nanoc::Int::Compiler::Stages class StorePostCompilationState < Nanoc::Int::Compiler::Stage 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
18 entries across 18 versions & 1 rubygems