Ruby/String/sum

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск

Call sum function from string class

"Test".sum



Checksums

puts "hello".sum          # => 532: weak 16-bit checksum
puts "hello".sum(8)       # => 20: 8 bit checksum instead of 16 bit