2 3 4 5
# File 'lib/pod-pipeline/extension/dir-ppl.rb', line 2 def self.reset(path) `rm -fr "#{path}"` `mkdir "#{path}"` end