Method: SingleThreadedPool#connection_proc=

Defined in:
lib/assistance/connection_pool.rb

#connection_proc=(value) ⇒ Object (writeonly)

Sets the attribute connection_proc

Parameters:

  • value

    the value to set the attribute connection_proc to.



127
128
129
# File 'lib/assistance/connection_pool.rb', line 127

def connection_proc=(value)
  @connection_proc = value
end