Flowdock
new(description, &match_block) public

No documentation

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

Hide source
# File lib/spec/matchers/simple_matcher.rb, line 6
      def initialize(description, &match_block)
        @description = description
        @match_block = match_block
      end
Register or log in to add new notes.