Methods

Class/Module Index [+]

Quicksearch

RSpec::Mocks::StubChain

@private

Public Class Methods

stub_chain_on(object, *chain, &blk) click to toggle source
# File lib/rspec/mocks/message_chain.rb, line 80
def self.stub_chain_on(object, *chain, &blk)
  new(object, *chain, &blk).setup_chain
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.