DEV Community

Discussion on: My First 12 hours with Ruby

Collapse
 
tadman profile image
Scott Tadman • Edited

Shows that the "array" there isn't really an array, but an array with a hash in it:

[0 => 'value']
# => [{0=>"value"}]