# File lib/rspec/matchers/matcher.rb, line 203
        def chain(method, &block)
          define_method method do |*args|
            block.call(*args)
            self
          end
        end