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