Method: GLI::Commands::HelpModules::TextWrapper#initialize

Defined in:
lib/gli/commands/help_modules/text_wrapper.rb

#initialize(width, indent) ⇒ TextWrapper

Create a text_wrapper wrapping at the given width, and indent.



8
9
10
11
# File 'lib/gli/commands/help_modules/text_wrapper.rb', line 8

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