Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #604 from kachick/hash-update
Hash#merge!, Hash#update
- Loading branch information
Showing
with
2 additions
and 10 deletions.
@@ -1,3 +1 @@ | ||
fails:Hash#merge returns subclass instance for subclasses | ||
fails:Hash#merge! checks frozen status before coercing an object with #to_hash | ||
fails:Hash#merge! raises a RuntimeError on a frozen instance that would not be modified |