method
almost_matching_expectation
1.3.1 -
Show latest stable
- Class:
Spec::Mocks::Proxy
almost_matching_expectation(sym, *args, &block)private
No documentation available.
# File lib/spec/mocks/proxy.rb, line 258
def almost_matching_expectation(sym, *args, &block)
if e = find_almost_matching_expectation(sym, *args)
yield e
end
end