method
cache
1.3.1 -
Show 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