Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and 3 deletions.
@@ -1,4 +1,3 @@ | ||
fails:Hash#[]= associates the key with the value and return the value | ||
fails:Hash#[]= duplicates string keys using dup semantics | ||
fails:Hash#[]= duplicates and freezes string keys | ||
fails:Hash#[]= raises a RuntimeError if called on a frozen instance |