Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/collection_utils/hash_deserialized_object.rb
Instance Method Summary collapse
Instance Method Details
#to_hash_deserialized_object ⇒ Object
120 121 122 |
# File 'lib/collection_utils/hash_deserialized_object.rb', line 120 def to_hash_deserialized_object return CollectionUtils::HashDeserializedObject.new(self) end |