Method: Commander::HelpFormatter::Base#initialize
- Defined in:
- lib/commander/help_formatters/base.rb
#initialize(runner) ⇒ Base
Returns a new instance of Base.
13 |
# File 'lib/commander/help_formatters/base.rb', line 13 def initialize runner; @runner = runner end |