Method: Specinfra::Command::Base::File.remove

Defined in:
lib/specinfra/command/base/file.rb

.remove(file) ⇒ Object


171
172
173
# File 'lib/specinfra/command/base/file.rb', line 171

def remove(file)
  "rm -rf #{escape(file)}"
end