class Byebug::ThreadCommand


Manipulation of Ruby threads

def self.description

def self.description
  <<-DESCRIPTION
    th[read] <subcommand>
    #{short_description}
  DESCRIPTION
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