# File lib/lingo/database/hash_store.rb, line 36 def close self end
# File lib/lingo/database/hash_store.rb, line 32 def to_h @db.dup end
# File lib/lingo/database/hash_store.rb, line 50 def _clear @db.clear if @db end
# File lib/lingo/database/hash_store.rb, line 58 def _closed? false end
# File lib/lingo/database/hash_store.rb, line 54 def _open {} end
# File lib/lingo/database/hash_store.rb, line 46 def uptodate! nil end
# File lib/lingo/database/hash_store.rb, line 42 def uptodate? false end