# File lib/pathname.rb, line 820
  def utime(atime, mtime) File.utime(atime, mtime, @path) end