Pages
Categories
Archives
Tag Archives: ruby
Renaming stuff with Ruby
I've been mucking around on the command line with Ruby again of late, and one thing that tripped me up initially, but is now firmly on my list of things I Like About Programming is how Ruby handles loops.
With javascript, actionscript, php, it's pretty common to iterate through an array with a for loop something [...]
Frustrating and Cryptic Ruby Idioms (#1 of a series)