class Byebug::InfoCommand::BreakpointsCommand

def self.regexp

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