Method: Byebug::Subcommands::ClassMethods#subcommand_list

Defined in:
lib/byebug/subcommands.rb

#subcommand_listObject

Command’s subcommands.



49
50
51
# File 'lib/byebug/subcommands.rb', line 49

def subcommand_list
  @subcommand_list ||= CommandList.new(commands)
end