Ruby/String/upto
Материал из Wiki.crossplatform.ru
Версия от 17:56, 13 сентября 2010; ViGOur (Обсуждение | вклад)
The upto method from String
"a".upto("z") { |i| print i } # => abcdefghijklmnopqrstuvwxyz
Личные инструменты |
ПросмотрыRuby/String/uptoМатериал из Wiki.crossplatform.ruВерсия от 17:56, 13 сентября 2010; ViGOur (Обсуждение | вклад)
The upto method from String"a".upto("z") { |i| print i } # => abcdefghijklmnopqrstuvwxyz |