Class/Module Index [+]

Quicksearch

RSpec::Mocks::ExpectChain

@private

Public Class Methods

expect_chain_on(object, *chain, &blk) click to toggle source

@api private

# File lib/rspec/mocks/message_chain.rb, line 67
def self.expect_chain_on(object, *chain, &blk)
  new(object, *chain, &blk).setup_chain
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.