# File lib/mocha/parameter_matchers/responds_with.rb, line 27 27: def responds_with(message, result) 28: RespondsWith.new(message, result) 29: end