RSpec::Mocks::AnyInstance::Chain
@private
# File lib/rspec/mocks/any_instance/chain.rb, line 80 def initialize(*args, &block) record(:should_receive, *args, &block) @expectation_fulfilled = false end
# File lib/rspec/mocks/any_instance/chain.rb, line 86 def expectation_fulfilled? @expectation_fulfilled || constrained_to_any_of?(:never, :any_number_of_times) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.