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