Module: KeyPath
- Defined in:
- lib/key_path/hash/deep_merge.rb,
lib/key_path.rb,
lib/key_path/path.rb,
lib/key_path/version.rb,
lib/key_path/hash/extensions.rb,
lib/key_path/string/extensions.rb
Overview
Hash Deep Merge
Merges a Ruby Hash recursively, Also known as deep merge. Recursive version of Hash#merge and Hash#merge!.
- Category
-
Ruby
- Package
-
Hash
- Author
-
Simone Carletti <[email protected]>
- Copyright
-
2007-2008 The Authors
- License
-
MIT License
- Link
- Source
Defined Under Namespace
Modules: HashDeepMerge, HashExtensions, StringExtensions Classes: Path
Constant Summary collapse
- VERSION =
'1.0.0'