Method: RIO::FTP::ConnCache#initialize
- Defined in:
- lib/rio/ftp/conncache.rb
#initialize ⇒ ConnCache
Returns a new instance of ConnCache.
68 69 70 71 |
# File 'lib/rio/ftp/conncache.rb', line 68 def initialize() @conns = {} @count = {} end |