Method: Path#touch!

Defined in:
lib/path/fileutils.rb

#touch!Object

#touch preceded by dir.#mkpath.



68
69
70
71
# File 'lib/path/fileutils.rb', line 68

def touch!
  dir.mkpath
  touch
end