# File lib/mocha/parameter_matchers/responds_with.rb, line 20 20: def responds_with(message, result) 21: RespondsWith.new(message, result) 22: end