Class: Nanoc::Int::Compiler::Stages::Cleanup
- Inherits:
-
Object
- Object
- Nanoc::Int::Compiler::Stages::Cleanup
- Defined in:
- lib/nanoc/base/services/compiler/stages/cleanup.rb
Instance Method Summary collapse
-
#initialize(config) ⇒ Cleanup
constructor
A new instance of Cleanup.
-
#run ⇒ Object
Constructor Details
#initialize(config) ⇒ Cleanup
Returns a new instance of Cleanup
5 6 7 |
# File 'lib/nanoc/base/services/compiler/stages/cleanup.rb', line 5 def initialize(config) @config = config end |