class Byebug::ScriptProcessor

def without_exceptions

def without_exceptions
  yield
rescue
  nil
end