23 24 25 26 27
# File 'lib/require/tasks.rb', line 23 def self.rm_pkg cmd = "rm -Rf pkg" $stdout.puts cmd system cmd end