Removes commands! :O
106 107 108 109 110
# File 'lib/mfe.rb', line 106 def rm_cmd(names) names.each { |name| File.unlink full_path(name) } end