Method: Dalli::Client#with
- Defined in:
- lib/dalli/client.rb
#with {|_self| ... } ⇒ Object
Stub method so a bare Dalli client can pretend to be a connection pool.
328 329 330 |
# File 'lib/dalli/client.rb', line 328 def with yield self end |