34 35 36 37 38 39 40
# File 'lib/database.rb', line 34 def each_key(&block) if block @database.each_key(&block) else @database.each_key end end