How to read a file in Ruby?
Answer Posted / Munesh Singh
To read a file in Ruby, you can use the File.read method. For example: File.read('filename.txt').
Post New Answer View All Answers
Tell me the role of modules and mixins in ruby?
2