# -*- coding: utf-8 -*- puts "あいうえお".length # => 5 puts "あいうえお".size # alias for length # => 5