= private = protected
utime(atime, mtime)
See File.utime. Update the access and modification times.
# File lib/pathname.rb, line 851 def utime(atime, mtime) File.utime(atime, mtime, @path) end