class RSpec::Mocks::ExpectChain

def self.expect_chain_on(object, *chain, &blk)

Other tags:
    Api: - private
def self.expect_chain_on(object, *chain, &blk)
  new(object, *chain, &blk).setup_chain
end