method
find_matching_method_stub
1.3.1 -
Show latest stable
- Class:
Spec::Mocks::Proxy
find_matching_method_stub(sym, *args)public
No documentation available.
# File lib/spec/mocks/proxy.rb, line 151
def find_matching_method_stub(sym, *args)
@stubs.find {|stub| stub.matches(sym, args)}
end