base64 icon indicating copy to clipboard operation
base64 copied to clipboard

Aliases for every method

Open Gimbardo opened this issue 9 months ago • 3 comments

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

Gimbardo avatar Apr 28 '25 14:04 Gimbardo

is this valid? @hsbt

Gimbardo avatar Jun 09 '25 14:06 Gimbardo

@mame created the requested tests for rdoc, it looks like this inside the docs:
image. and like this for the code image

it looks like the expected behaviour to me

Gimbardo avatar Jun 10 '25 07:06 Gimbardo

@mame is anything missing?

Gimbardo avatar Jul 18 '25 16:07 Gimbardo