Method: Climate.help

Defined in:
lib/climate.rb

.help(command_class) ⇒ Object



52
53
54
# File 'lib/climate.rb', line 52

def self.help(command_class)
  Help.new(command_class)
end