Method: Howzit::StringUtils#wrap!
- Defined in:
- lib/howzit/stringutils.rb
#wrap!(width) ⇒ Object
Wrap string in place (destructive)
156 157 158 |
# File 'lib/howzit/stringutils.rb', line 156 def wrap!(width) replace(wrap(width)) end |