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