2 3 4
# File 'lib/twterm/extensions/string.rb', line 2 def width each_char.map { |c| c.bytesize == 1 ? 1 : 2 }.reduce(0, &:+) end