Class: Nanoc::Int::Compiler::Stages::StorePostCompilationState

Inherits:
Object
  • Object
show all
Defined in:
lib/nanoc/base/services/compiler/stages/store_post_compilation_state.rb

Instance Method Summary collapse

Constructor Details

#initialize(dependency_store:) ⇒ StorePostCompilationState

Returns a new instance of StorePostCompilationState



7
8
9
# File 'lib/nanoc/base/services/compiler/stages/store_post_compilation_state.rb', line 7

def initialize(dependency_store:)
  @dependency_store = dependency_store
end

Instance Method Details

#runObject



12
13
14
# File 'lib/nanoc/base/services/compiler/stages/store_post_compilation_state.rb', line 12

def run
  @dependency_store.store
end