class String

def wrap(width=WordWrap::DEFAULT_WIDTH)

def wrap(width=WordWrap::DEFAULT_WIDTH)
  WordWrap.ww(self, width, false)
end