Method: Awestruct::CLI::Manifest#remove_file
- Defined in:
- lib/awestruct/cli/manifest.rb
#remove_file(path) ⇒ Object
38 39 40 |
# File 'lib/awestruct/cli/manifest.rb', line 38 def remove_file(path) steps << RemoveFile.new(path) end |