method

remove_file

ruby latest stable - Class: Bundler::Thor::Actions

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

remove_file(path, config = {})
public

Removes a file at the given location.

Parameters

path

path of the file to be changed

config

give :verbose => false to not log the status.

Example

remove_file 'README'
remove_file 'app/controllers/application_controller.rb'