Jerome's Adventures in Software

Dead Simple File Handling in Ruby

| Comments

Common scenario
You are writing a basic Ruby script that needs to read or write in some text files.
So you search “ruby write file” and “ruby read file” on Google.
You end up on the usual tutorials and Stack Overflow answers that tell you to open files with r or w mode, “1970 C style” […]

First Post

| Comments

Hi everyone, welcome to my blog!

Let me tell you an inspiring story of honor and glory.

June: the idea of creating a blog springs in my little head. […]