method
cache

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