method
almost_matching_expectation
almost_matching_expectation(sym, *args, &block)
private
Hide source
# 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