https://github.com/librariesio/spdx/blob/9ccf7dfb122fa6d435392084a458ccaebf9a09cb/lib/spdx.rb#L33 - did you intend to use `each_with_object({}).each...` here? The 2nd `each` isn't necessary and doesn't add anything, far as I know.
spdx/lib/spdx.rb
Line 33 in 9ccf7df
each_with_object({}).each...here? The 2ndeachisn't necessary and doesn't add anything, far as I know.