Получите конкретное значение ключа от массива хэшей в Ruby
values = ary.map{|h| h[13]}.compact
Smiling Stag
values = ary.map{|h| h[13]}.compact