1 2 3 4
def combine_fields_and_data(fields, data) new_data = [] data.each do |row| ...
Ruby On Map fields array and data a...
by ruphin.myopenid.com,
September 22, 2008 16:13
I think this works. It uses...
Ruby On Conditional Assignment
by ruphin.myopenid.com,
September 21, 2008 19:10
Don't know who downvoted, I...
Ruby On Conditional Assignment
by ruphin.myopenid.com,
September 21, 2008 15:58
Thanks, I was already looki...
1 2 3
# Simple method to calculate the square of a number
...
Ruby Conditional Assignment
This is a tiny bit of code ...

My solution was based on so...