class GhostDog::Responder::ProcMatcher
Public Instance Methods
matches(receiver, method_name)
click to toggle source
# File lib/ghost_dog/responder/proc_matcher.rb, line 4 def matches(receiver, method_name) receiver.instance_exec(method_name, &block) end