# File lib/ruote/svc/treechecker.rb, line 135
    def code_check(ruby_code)

      @cod_checker.check(ruby_code) if @cod_checker
    end