Method: Seabright::RedisObject.load_dump_from_hash
- Defined in:
- lib/redis_object/experimental/dumping.rb
.load_dump_from_hash(str) ⇒ Object
47 48 49 |
# File 'lib/redis_object/experimental/dumping.rb', line 47 def self.load_dump_from_hash(str) load_data str end |