base64
base64 copied to clipboard
Aliases for every method
Basically, I hated how I had to write Base64.encode64, it felt so redundant, so I created aliases for every method of this library, to allow for a more simple "Base64.encode"
I also added tests for what I wrote, and "gemspec" to Gemfile to allow bin/console to load the gem you are working on, and not the one installed in the system
is this valid? @hsbt
@mame created the requested tests
for rdoc, it looks like this inside the docs:
.
and like this for the code
it looks like the expected behaviour to me
@mame is anything missing?