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