method
invoke_method_block
invoke_method_block(args)
protected
Hide source
# File lib/spec/mocks/message_expectation.rb, line 109 def invoke_method_block(args) begin @method_block.call(*args) rescue => detail @error_generator.raise_block_failed_error @sym, detail.message end end