Skip to content

Instantly share code, notes, and snippets.

@lukewar
Created April 27, 2022 08:13
Show Gist options
  • Save lukewar/7b17dfd44bae16815a326cbf319c12c6 to your computer and use it in GitHub Desktop.
Save lukewar/7b17dfd44bae16815a326cbf319c12c6 to your computer and use it in GitHub Desktop.
Ruby Hash.new with default value
Hash.new { |h, k| h[k] = [] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment