Problem: Hash#fetch doesn't raise KeyError when a key cannot be found
Solution: change the Exception class raised to KeyError when a key cannot be found.
Showing
Please register or sign in to comment
Solution: change the Exception class raised to KeyError when a key cannot be found.