Flowdock
method

cache

Importance_0
1.3.0 - Show latest stable - 0 notes - Class: Spec::Matchers::Matcher
cache(key, &block) private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/matchers/matcher.rb, line 114
      def cache(key, &block)
        @messages[key] = block
      end
Register or log in to add new notes.