A support library for Ronin. Like activesupport, but for hacking!
GNU Lesser General Public License v3.0
27
stars
10
forks
source link
Fix incorrect exception message in `Encoding::Base64.encode` and `.decode` #502
Closed
postmodern closed 6 months ago
The
ArgumentError
exception message inEncoding::Base64.encode
and.decode
mentions:url
when it should say:url_safe
.