Object
Represents a configured implementation. Takes into account any number of sub-implementations. @private
# File lib/rspec/mocks/message_expectation.rb, line 590 def call(*args, &block) actions.map do |action| action.call(*args, &block) end.last end
# File lib/rspec/mocks/message_expectation.rb, line 596 def present? actions.any? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.