Commit 684ef92
committed
feat: replace Base64 usage with
The change here replaces the singular use of `Base64.strict_encode64`
with that method’s body, `["…"].pack("m0")`, pulled straight from the
Base64 gem’s source (linked below).
See-also: https://github.com/ruby/base64/blob/v0.3.0/lib/base64.rb#L282-L284String#pack
1 parent 3ad9d44 commit 684ef92
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments