Class: PG::EM::ConnectionPool::DeferredOptions

Inherits:
Hash
  • Object
show all
Defined in:
lib/pg/em/connection_pool.rb

Instance Method Summary collapse

Instance Method Details

#apply(conn) ⇒ Object



166
167
168
# File 'lib/pg/em/connection_pool.rb', line 166

def apply(conn)
  each_pair { |n,v| conn.__send__(n, v) }
end