You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original definition allows for flexible behavior in subclasses,
but it can also lead to overlooking issues that should be discovered.
If we want to increase the number of arguments in a subclass,
we should write an overload in that class.
```
Digest::SHA256.base64digest("aaa", :bbb) #=> ArgumentError
```
ref: #2967
0 commit comments