Method: Debugger::ThreadResumeCommand#regexp
- Defined in:
- lib/ruby-debug/commands/threads.rb
#regexp ⇒ Object
154 155 156 |
# File 'lib/ruby-debug/commands/threads.rb', line 154 def regexp /^\s*th(?:read)?\s+resume\s+(\d+)\s*$/ end |