# File lib/rspec/mocks/stub_chain.rb, line 5 def self.stub_chain_on(object, *chain, &blk) new(object, *chain, &blk).stub_chain end