class Byebug::Processor

def without_exceptions

def without_exceptions
  yield
rescue
  nil
end