Parent

Class/Module Index [+]

Quicksearch

RSpec::Mocks::AnyInstance::ExpectChainChain

@private

Public Class Methods

new(*args) click to toggle source
# File lib/rspec/mocks/any_instance/expect_chain_chain.rb, line 6
def initialize(*args)
  super
  @expectation_fulfilled = false
end

Public Instance Methods

expectation_fulfilled?() click to toggle source
# File lib/rspec/mocks/any_instance/expect_chain_chain.rb, line 11
def expectation_fulfilled?
  @expectation_fulfilled
end
playback!(instance) click to toggle source
# File lib/rspec/mocks/any_instance/expect_chain_chain.rb, line 15
def playback!(instance)
  super.tap { @expectation_fulfilled = true }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.