# File lib/monkey/matcher.rb, line 3
    def initialize(&block)
      @block = block
    end