Q. Which method is used to delete a file in Ruby?
β
Correct Answer: (C)
File.delete("filename")
You must be Logged in to update hint/solution