How to write to file in Ruby?
Posted
by ohana
on Stack Overflow
See other posts from Stack Overflow
or by ohana
Published on 2010-05-06T01:11:39Z
Indexed on
2010/05/06
6:08 UTC
Read the original article
Hit count: 248
ruby
I need to read the data out of database and then save it in a text file, how can I do that in Ruby? Is there any file management system in Ruby?
Thanks
© Stack Overflow or respective owner