M = [["a", "b"], ["c", "d"], ["e", "f"]] x = [] ...
Ruby Array parsing in a block
by https://www.google.com/accounts/o8/id?id=AItOawmWMRp7fAci9domcwhxD3fNikoTak9bkYc,
January 26, 2012 05:59,
1 refactoring, tagged with arrays, blocks, loops, array syntax
# users controller ...
Ruby Too many for loops
by fnjord.myopenid.com,
February 25, 2009 00:23,
6 refactorings, tagged with rails, ruby, loops, for loop
I am trying to find a reaso...
/* sample input h1. Introduction * s5 is way cool, but I think in textile ...
Ruby Converting Textile to S5
by MattK,
November 25, 2008 14:08,
2 refactorings, tagged with textile, redcloth, loops, regular regular expression
I'd like to take a bunch of...
x should be ["a","c","e"] i...