Method: Doable::Helpers::OS#touch
- Defined in:
- lib/doable/helpers/os.rb
#touch(file_list, options = {}) ⇒ Object
Used like Unix touch
78 79 80 |
# File 'lib/doable/helpers/os.rb', line 78 def touch(file_list, = {}) FileUtils.touch(file_list, ) end |