Method: AptControl::Bot#print_help
- Defined in:
- lib/apt_control/bot.rb
#print_help(message) ⇒ Object
69 70 71 72 73 |
# File 'lib/apt_control/bot.rb', line 69 def print_help() () ("Send commands with '#{@command_start} COMMAND [ARGS...]'") ("Available commands: #{self.class.handlers.join(' ')}") end |