Method: ActiveRecord::ConnectionAdapters::ConnectionPool#size
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
#size ⇒ Object (readonly)
Returns the value of attribute size.
222 223 224 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb', line 222 def size @size end |