RosettaCodeData/Task/String-length/Ruby/string-length.rb
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

4 lines
65 B
Ruby

# -*- coding: utf-8 -*-
puts "あいうえお".bytesize
# => 15