Class: PG::EM::ConnectionPool::DeferredOptions
- Inherits:
-
Hash
- Object
- Hash
- PG::EM::ConnectionPool::DeferredOptions
- Defined in:
- lib/pg/em/connection_pool.rb
Instance Method Summary collapse
Instance Method Details
#apply(conn) ⇒ Object
180 181 182 |
# File 'lib/pg/em/connection_pool.rb', line 180 def apply(conn) each_pair { |n,v| conn.__send__(n, v) } end |