Method: Conflow::Redis::HashField#to_s
- Defined in:
- lib/conflow/redis/hash_field.rb
#to_s ⇒ String
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.
Returns string representation of the hash.
64 65 66 |
# File 'lib/conflow/redis/hash_field.rb', line 64 def to_s to_h.to_s end |