Vidyalelo
Ruby Programming · Q25

File Input Output in Ruby

Programming · Ruby Programming · question 25

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board