Method: DEBUGGER__.commands

Defined in:
lib/debug/config.rb

.commandsObject



576
577
578
# File 'lib/debug/config.rb', line 576

def self.commands
  (defined?(@commands) && @commands) || (parse_help; @commands)
end