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