# File lib/fakefs/pathname.rb, line 757
      def truncate(length)
        File.truncate(@path, length)
      end