Method: Byebug::ThreadCommand::ListCommand.description
- Defined in:
- lib/byebug/commands/thread/list.rb
.description ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/byebug/commands/thread/list.rb', line 20 def self.description <<-DESCRIPTION th[read] l[ist] <thnum> #{short_description} DESCRIPTION end |