Produce PHP-style multidimensional array in Ruby, e.g arr[1][2][3] = 'foobar'
I had to reproduce multidimensional PHP array behaviour in ruby. Here is the result:
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I had to reproduce multidimensional PHP array behaviour in ruby. Here is the result:
Post a comment