1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

:nodoc: internal StatementPool class.

[ci skip]
This commit is contained in:
Vipul A M 2016-04-24 21:22:12 +05:30
parent e9331c646f
commit 2fab3eee1f

View file

@ -1,6 +1,6 @@
module ActiveRecord
module ConnectionAdapters
class StatementPool
class StatementPool # :nodoc:
include Enumerable
def initialize(max = 1000)