Method: Byebug::ThreadCommand::ListCommand.regexp

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

.regexpObject



16
17
18
# File 'lib/byebug/commands/thread/list.rb', line 16

def self.regexp
  /^\s* l(?:ist)? \s*$/x
end