Method: WithConnection::ConnectionPool#create_all_connections
- Defined in:
- lib/with_connection/connection_pool.rb
#create_all_connections ⇒ Object
51 52 53 |
# File 'lib/with_connection/connection_pool.rb', line 51 def create_all_connections @size.times { @connections << new_connection } end |