Method: Brigadier::Helper#sub_command?
- Defined in:
- lib/brigadier/helper.rb
#sub_command? ⇒ Boolean
41 42 43 |
# File 'lib/brigadier/helper.rb', line 41 def sub_command? is_a?(Brigadier::Commands::SubCommand) end |
41 42 43 |
# File 'lib/brigadier/helper.rb', line 41 def sub_command? is_a?(Brigadier::Commands::SubCommand) end |