관리-도구
편집 파일: null_checker.rb
module DidYouMean class NullChecker def initialize(*); end def corrections; [] end end end