Ruby/Reflection/local variables
Материал из Wiki.crossplatform.ru
Версия от 17:10, 26 мая 2010; (Обсуждение)
Use Kernel"s local_variables method
$ship = "P" @friend_1 = "M" @friend_2 = "J" bad_chap = "G" p local_variables
Личные инструменты |
ПросмотрыRuby/Reflection/local variablesМатериал из Wiki.crossplatform.ruВерсия от 17:10, 26 мая 2010; (Обсуждение)
Use Kernel"s local_variables method$ship = "P" @friend_1 = "M" @friend_2 = "J" bad_chap = "G" p local_variables |