OwlCyberSecurity - MANAGER
Edit File: null_checker.rb
module DidYouMean class NullChecker def initialize(*); end def corrections; [] end end end