# File lib/mspec/matchers/have_private_instance_method.rb, line 9 9: def failure_message 10: ["Expected #{@mod} to have private instance method '#{@method.to_s}'", 11: "but it does not"] 12: end