# File lib/juicer/jslint.rb, line 81
      def ok?
        @errors.nil? || @errors.length == 0
      end