y_max = 10

arr_data.each do |arr|
...

Ruby 2D array manipulation

by asmega.myopenid.com, September 12, 2009 13:10, 1 refactoring, tagged with ruby, iterate, array, each, if, break, first

an array within array itera...

8969b3dc2e4211b514c08ee9879bb0c4 Talk
def find_npa(dialed_nxx)
  
  nxx_819 = [ 205, 208, 210, 213, 243 ]
...

Ruby Array iteration

by Titanous, June 11, 2008 23:08, 2 refactorings, tagged with loop, array, iteration, each

I'm new to Ruby, so give me...

4b81fa52ec2103d12ecbd5993463b2b5 Talk