in lib/elastic/transport/transport/connections/collection.rb [38:43]
def initialize(arguments={})
selector_class = arguments[:selector_class] || DEFAULT_SELECTOR
@connections = arguments[:connections] || []
@selector = arguments[:selector] || selector_class.new(arguments.merge(:connections => self))
end