Close the CDB file
84 85 86 87 88 89
# File 'lib/purecdb/reader.rb', line 84 def close @io.close if @io @m.unmap if @m @m = nil @io = nil end