lib/zk/pool.rb in zk-1.9.5 vs lib/zk/pool.rb in zk-1.9.6

- old
+ new

@@ -16,10 +16,10 @@ # # Unless you're sure you *need* a connection pool, then avoid the added # complexity. # class Base - include Logging + include Logger attr_reader :connections #:nodoc: def initialize @state = :init