class RSpec::Mocks::AnyInstance::MessageChains

def initialize

def initialize
  @chains_by_method_name = Hash.new { |h, k| h[k] = [] }
end