Method: FTW::Poolable#mark

Defined in:
lib/ftw/poolable.rb

#markObject

Mark that this resource is in use



6
7
8
# File 'lib/ftw/poolable.rb', line 6

def mark
  @__in_use = true
end