# File lib/pathname2.rb, line 963
   def truncate(length)
      File.truncate(self, length)
   end