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