class Byebug::SkipCommand

def execute

def execute
  Byebug::skip_next_exception
  print "ok\n"
end