Env#close

master
Denis Knauf 2010-02-03 13:21:40 +01:00
parent 3b169d4838
commit c6fe157334
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module SBDB
# Close the Environment.
# First you should close all databases!
def close
@dbs.each{|db|db.close}
@dbs.each{|k, db|db.close}
@env.close
end