# File lib/test/unit/attribute-matcher.rb, line 8
      def match?(expression)
        matched = instance_eval(expression)
        if matched.nil?
          false
        else
          matched
        end
      end