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