Q25
What does the truncate method do in Ruby file I/O?
A.
Truncates the file to the end of the file
B.
Truncates the file to the beginning of the file
C.
Truncates the file to the current position of the file pointer
D.
Truncates the file to a specified size
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board