class IRB::Debug::UI

def quit n

def quit n
  yield
  exit n
end