321 322 323 324 325
# File 'lib/redis_object/base.rb', line 321 def each all.each do |o| yield o end end