Method: DEBUGGER__.commands
- Defined in:
- lib/debug/config.rb
.commands ⇒ Object
576 577 578 |
# File 'lib/debug/config.rb', line 576 def self.commands (defined?(@commands) && @commands) || (parse_help; @commands) end |
576 577 578 |
# File 'lib/debug/config.rb', line 576 def self.commands (defined?(@commands) && @commands) || (parse_help; @commands) end |