Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PDOC-27) Make fix compatible with Ruby 2x
Prior to this commit, the fix for the 3x function issue was trying to create an empty hash by calling Hash[ [[]] ] which in Ruby 1.9.3 produced and empty hash. However this is not the case in Ruby 2.0 and up. Therefor, fix up the code so that it does not rely on Hash[ [[]] ] creating and empty hash.
- Loading branch information