Method: SolidCache::Connections::Unmanaged#with_each

Defined in:
lib/solid_cache/connections/unmanaged.rb

#with_eachObject



6
7
8
9
10
# File 'lib/solid_cache/connections/unmanaged.rb', line 6

def with_each
  return enum_for(:with_each) unless block_given?

  yield
end