Module: FileUtils
- Defined in:
- lib/wasmify/rails/shim.rb
Class Method Summary collapse
-
.touch(path) ⇒ Object
Touch doesn't work for some reason.
Class Method Details
.touch(path) ⇒ Object
Touch doesn't work for some reason
41 |
# File 'lib/wasmify/rails/shim.rb', line 41 def self.touch(path) = File.write(path, "") |