module WordWrap
class String
class WordWrap::Wrapper
word_wrap
1.0.0
# initialize
def initialize(text, width) @text = text @width = width end