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