# File lib/ruote/util/treechecker.rb, line 91
    def check (ruby_code)

      @checker.check(ruby_code) if @checker
    end