# File lib/rspec/matchers/respond_to.rb, line 5
      def initialize(*names)
        @names = names
        @expected_arity = nil
      end