method

cache

rspec latest stable - Class: Spec::Matchers::Matcher
cache(key, &block)
private

No documentation available.

# File lib/spec/matchers/matcher.rb, line 114
      def cache(key, &block)
        @messages[key] = block
      end