Method: Byebug::DebugCommand.regexp

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

.regexpObject



13
14
15
# File 'lib/byebug/commands/debug.rb', line 13

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