class String

def fit!(width=WordWrap::DEFAULT_WIDTH)

def fit!(width=WordWrap::DEFAULT_WIDTH)
  replace fit(width)
end