Array Ruby

a = Array.new(2) { Hash.new } # Multiple instances
p a[0]['cat'] = 'feline'