December 17, 2023December 22, 2023Ruby Custom positional notation system In Ruby you can easily convert positional numbers that have their bases between 2 and 36. But you don’t have direct access […]
December 14, 2023December 18, 2023Ruby Ruby rare string interpolation In Ruby, string formatting using %{} and %<> is part of the Kernel#sprintf method. These formatting options are explained in the Ruby […]