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
25 stars 9 forks source link

Fix incorrect exception message in `Encoding::Base64.encode` and `.decode` #502

Closed postmodern closed 2 months ago

postmodern commented 2 months ago

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