# File lib/fssm/pathname.rb, line 463
    def touch
      self.class.new(FileUtils.touch(self).first)
    end