Flowdock
matches?(actual) public

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 15
      def matches?(actual)
        @actual = actual
        instance_exec @expected, &@block
        instance_exec @actual, &@match_block
      end
Register or log in to add new notes.