= private = protected
truncate(length)
See File.truncate. Truncate the file to length bytes.
# File lib/pathname.rb, line 848 def truncate(length) File.truncate(@path, length) end