method
remove_file
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Actions
remove_file(path, config = {})public
Removes a file at the given location.
Parameters
|
path of the file to be changed | |
|
give :verbose => false to not log the status. |
Example
remove_file 'README' remove_file 'app/controllers/application_controller.rb'