Method: Debugger::ThreadResumeCommand#regexp

Defined in:
lib/ruby-debug/commands/threads.rb

#regexpObject



154
155
156
# File 'lib/ruby-debug/commands/threads.rb', line 154

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