# File lib/mspec/matchers/have_method.rb, line 4 4: def matches?(mod) 5: @mod = mod 6: @mod.methods(@include_super).include? @method 7: end