method
and_yield
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
and_yield(*args)
public
Hide source
# File lib/spec/mocks/message_expectation.rb, line 82 def and_yield(*args) if @args_to_yield_were_cloned @args_to_yield.clear @args_to_yield_were_cloned = false end @args_to_yield << args self end