ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
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

postmodern commented 6 months ago

The ArgumentError exception message in Encoding::Base64.encode and .decode mentions :url when it should say :url_safe.