Archives by Tag 'blocks'
"Salute #{@Ruby}!"
By rnaufal - Last updated: Thursday, May 21, 2009
Some times ago I had to parse a XML messages’ file to produce some i18n properties files.
I decided to try it with Ruby, mainly because of two reasons:
I’m continuosly exploring some dynamically-typed languages, like Python and Ruby
I wanted to try the conciseness of programming with closures
So, I used the REXML API to process the XML [...]