Method: Cinch::Commands::ClassMethods#commands
- Defined in:
- lib/commands/commands.rb
#commands ⇒ Array<Command>
All registered commands.
20 21 22 |
# File 'lib/commands/commands.rb', line 20 def commands @commands ||= [] end |
All registered commands.
20 21 22 |
# File 'lib/commands/commands.rb', line 20 def commands @commands ||= [] end |