Skip to content
Snippets Groups Projects
Commit 9fd232cb authored by nov matake's avatar nov matake
Browse files

header allows indifferent access

parent 221a8111
No related merge requests found
......@@ -21,7 +21,7 @@ module JSON
private
def algorithm
header[:alg] || header['alg']
header[:alg]
end
def digest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment