Ruby/Hash/values
Материал из Wiki.crossplatform.ru
Версия от 17:10, 26 мая 2010; (Обсуждение)
values Returns an array populated with the values fromhsh.
h = { "a" => 100, "b" => 200, "c" => 300 } h.values
Личные инструменты |
ПросмотрыRuby/Hash/valuesМатериал из Wiki.crossplatform.ruВерсия от 17:10, 26 мая 2010; (Обсуждение)
values Returns an array populated with the values fromhsh.h = { "a" => 100, "b" => 200, "c" => 300 } h.values |