Method: Pathname#touch

Defined in:
lib/angry_mob/extend/pathname.rb

#touchObject



12
13
14
# File 'lib/angry_mob/extend/pathname.rb', line 12

def touch
  FileUtils.touch(self)
end