# File lib/ruote/svc/treechecker.rb, line 130
    def dollar_check(ruby_code)

      @dol_checker.check(ruby_code) if @dol_checker
    end