Associative arrays in Ruby…what?
Have you ever had a bunch of data in an array, but needed to do a key/value lookup like you would with a hash? Fortunately, Ruby provides a mechanism for treating arrays as key-value structures. Let’s check it out! http://blog.honeybadger.io/associative-arrays-in-ruby-what/
Post a comment