Method: Byebug::ThreadCommand.description

Defined in:
lib/byebug/commands/thread.rb

.descriptionObject



22
23
24
25
26
27
28
# File 'lib/byebug/commands/thread.rb', line 22

def self.description
  <<-DESCRIPTION
    th[read] <subcommand>

    #{short_description}
  DESCRIPTION
end