# File lib/mspec/matchers/method.rb, line 11
11:   def matches?(mod)
12:     raise Exception, "define #matches? in the subclass"
13:   end