Method: MFE#rm_cmd

Defined in:
lib/mfe.rb

#rm_cmd(names) ⇒ Object

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