Method: WithConnection::RangedConnectionPool::Item#initialize
- Defined in:
- lib/with_connection/ranged_connection_pool.rb
#initialize(range, pool) ⇒ Item
Returns a new instance of Item.
46 47 48 49 |
# File 'lib/with_connection/ranged_connection_pool.rb', line 46 def initialize(range, pool) @range = range @pool = pool end |