Some corrections and clarifications from this week’s talk on hashes in Ruby 2.4. On converting hashval to index: I gave an example of using modulus on a hashval (which might be huge) to an index in an array (like `152`), so it can be inserted in a table. Ruby does not actually do modulus for […]