Method: Byebug::ThreadCommand.regexp

Defined in:
lib/byebug/commands/thread.rb

.regexpObject



18
19
20
# File 'lib/byebug/commands/thread.rb', line 18

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