# File lib/ruote/svc/treechecker.rb, line 125
    def block_check(ruby_code)

      @blo_checker.check(ruby_code) if @blo_checker
    end