class Praroter::NullPool

Public Instance Methods

with() { |conn| ... } click to toggle source
# File lib/praroter/null_pool.rb, line 3
def with
  yield conn
end