Yields:
14 15 16 17
# File 'lib/cue/store/memory.rb', line 14 def each items = keys.map(&method(:read)).sort yield(items) end