Method: Propshaft::Processor#clean
- Defined in:
- lib/propshaft/processor.rb
#clean(count) ⇒ Object
22 23 24 |
# File 'lib/propshaft/processor.rb', line 22 def clean(count) Propshaft::OutputPath.new(output_path, load_path.manifest).clean(count, 1.hour) end |