Libraries
»
resource_pool
(0.2.0)
»
Index
»
ResourcePool
»
#size
Method: ResourcePool#size
Defined in:
lib/resource_pool.rb
#
size
⇒
Object
19 20 21
# File 'lib/resource_pool.rb', line 19
def
size
@allocated
.
length
+
@pool
.
length
end