Method: Specinfra::Command::Base::File.create_as_directory
- Defined in:
- lib/specinfra/command/base/file.rb
.create_as_directory(file) ⇒ Object
153 154 155 |
# File 'lib/specinfra/command/base/file.rb', line 153 def create_as_directory(file) "mkdir -p #{escape(file)}" end |