Ruby/Number/abs
Материал из Wiki.crossplatform.ru
Версия от 17:10, 26 мая 2010; (Обсуждение)
Call abs method on negative integer
-40.abs # => 40
Call abs method on positive integer
40.abs # => 40
Личные инструменты |
ПросмотрыRuby/Number/absМатериал из Wiki.crossplatform.ruВерсия от 17:10, 26 мая 2010; (Обсуждение)
Call abs method on negative integer-40.abs # => 40
Call abs method on positive integer40.abs # => 40 |