class Byebug::ThreadCommand
Manipulation of Ruby threads
def self.description
def self.description <<-EOD th[read] <subcommand> #{short_description} EOD end
def self.regexp
def self.regexp /^\s* th(?:read)? (?:\s+ (.+))? \s*$/x end
def self.short_description
def self.short_description 'Commands to manipulate threads' end