Method: Byebug::InfoCommand::FileCommand.regexp

Defined in:
lib/byebug/commands/info/file.rb

.regexpObject



19
20
21
# File 'lib/byebug/commands/info/file.rb', line 19

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