Method: Conflow::Redis::HashField#each
- Defined in:
- lib/conflow/redis/hash_field.rb
#each(&block) ⇒ Enumerator
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Iterates over hash.
49 50 51 |
# File 'lib/conflow/redis/hash_field.rb', line 49 def each(&block) to_h.each(&block) end |