lib/core/facets/hash/weave.rb in facets-2.9.3 vs lib/core/facets/hash/weave.rb in facets-3.0.0

- old
+ new

@@ -1,7 +1,7 @@ class Hash - # Weave is a very uniqe hash operator. I is designed + # Weave is a very unique hash operator. It is designed # to merge to complex hashes in according to sensible, # regular pattern. The effect is akin to inheritance. # # Two hashes are weaved together to produce a new hash. # The two hashes need to be compatible according to the