method
invoke_method_block
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
invoke_method_block(args)
protected
Hide source
# File lib/spec/mocks/message_expectation.rb, line 135 def invoke_method_block(args) begin @method_block.call(*args) rescue => detail @error_generator.raise_block_failed_error @sym, detail.message end end