class Byebug::ScriptProcessor

def without_exceptions

def without_exceptions
  yield
rescue StandardError
  nil
end