class Byebug::EnableCommand::BreakpointsCommand

def execute

def execute
  enable_disable_breakpoints("enable", @match[1])
end