class Guard::Internals::Debugging

def stop

def stop
  return unless @started ||= false
  UI.level = Logger::INFO
  _reset
end