Method: Climate::Help::Man#initialize
- Defined in:
- lib/climate/help/man.rb
#initialize(command_class, options = {}) ⇒ Man
Returns a new instance of Man.
94 95 96 97 98 |
# File 'lib/climate/help/man.rb', line 94 def initialize(command_class, ={}) @command_class = command_class @output = [:output] || $stdout @template_file = [:template_file] end |