26 27 28 29 30 31 32
# File 'lib/database.rb', line 26 def each(&block) if block @database.each(&block) else @database.each end end