# File lib/timeline_fu/matchers.rb, line 16 def defines_callback_method? if @subject.instance_methods.include?(@method.to_s) true else @missing = "#{@subject.name} does not respond to #{@method}" false end end