Method: SingleThreadedPool#connection_proc=
- Defined in:
- lib/assistance/connection_pool.rb
#connection_proc=(value) ⇒ Object (writeonly)
Sets the attribute connection_proc
127 128 129 |
# File 'lib/assistance/connection_pool.rb', line 127 def connection_proc=(value) @connection_proc = value end |