class RSpec::Mocks::InstanceMethodReference

def find_method(mod)

def find_method(mod)
  mod.dup.instance_method(@method_name)
end