method

eval_block

eval_block(*args, &block)
protected

No documentation available.

# File lib/spec/mocks/message_expectation.rb, line 174
      def eval_block(*args, &block)
        if @eval_context
          @eval_context.instance_exec(*args, &block)
        else
          block.call(*args)
        end
      end