# File lib/mspec/matchers/have_protected_instance_method.rb, line 21 21: def have_protected_instance_method(method, include_super=true) 22: HaveProtectedInstanceMethodMatcher.new method, include_super 23: end