method
clone_args_to_yield
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
clone_args_to_yield(args)
protected
Hide source
# File lib/spec/mocks/message_expectation.rb, line 171 def clone_args_to_yield(args) @args_to_yield = args.clone @args_to_yield_were_cloned = true end