class Byebug::ThreadCommand


Manipulation of Ruby threads

def description

def description
  <<-EOD
    th]read <subcommand>
    Commands to manipulate threads.
  EOD
end

def regexp

def regexp
  /^\s* th(?:read)? (?:\s+ (.+))? \s*$/x
end