module WordWrap
class String
class WordWrap::Wrapper
word_wrap
1.0.0
# fit
def fit(width=WordWrap::DEFAULT_WIDTH) WordWrap.ww(self, width, true) end