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