class String

def fit(width=WordWrap::DEFAULT_WIDTH)

def fit(width=WordWrap::DEFAULT_WIDTH)
  WordWrap.ww(self, width, true)
end