30 31 32 33 34 35 36
# File 'lib/database.rb', line 30 def each(&block) if block @database.each(&block) else @database.each end end