class WordWrap::Wrapper

def initialize(text, width)

def initialize(text, width)
  @text = text
  @width = width
end