class String
- String
- Reference
- Object
Overview
If you require "cythara/string"
then the
following helper-methods become available
on all your String
-instances.
Included Modules
- Comparable(String)
Defined in:
cythara/string.crInstance Method Summary
- #contains_ansi?
-
#linewrap(width : Int32, strip_leading_space = true)
See
Cythara.linewrap
- #strip_ansi
-
#wordwrap(width : Int32, separator = [' ', '\n'], breakers = ['-'])
See
Cythara.wordwrap