Method: WithConnection::RangedConnectionPool#connection

Defined in:
lib/with_connection/ranged_connection_pool.rb

#connectionObject



18
19
20
# File 'lib/with_connection/ranged_connection_pool.rb', line 18

def connection
  local_current[:with_connection_ranged_connection_pool].try(:connection) || @default_pool.connection
end