Method: Awestruct::CLI::Manifest#touch_file

Defined in:
lib/awestruct/cli/manifest.rb

#touch_file(path) ⇒ Object



34
35
36
# File 'lib/awestruct/cli/manifest.rb', line 34

def touch_file(path)
  steps << TouchFile.new(path)
end