Class: Nanoc::Int::Compiler::Stages::StorePostCompilationState
- Inherits:
-
Object
- Object
- Nanoc::Int::Compiler::Stages::StorePostCompilationState
- Defined in:
- lib/nanoc/base/services/compiler/stages/store_post_compilation_state.rb
Instance Method Summary collapse
-
#initialize(dependency_store:) ⇒ StorePostCompilationState
constructor
A new instance of StorePostCompilationState.
-
#run ⇒ Object
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
#run ⇒ Object
12 13 14 |
# File 'lib/nanoc/base/services/compiler/stages/store_post_compilation_state.rb', line 12 def run @dependency_store.store end |