# File lib/ftw/poolable.rb, line 16
  def available?
    return !@__in_use
  end