102 103 104
# File 'lib/twterm/status.rb', line 102 def split(width) @splitted_text[width] ||= @text.split_by_width(width) end