Skip to content

Instantly share code, notes, and snippets.

@radar
Last active August 23, 2016 00:14
Show Gist options
  • Save radar/2581f22b10db524ce3a7b578f5938f15 to your computer and use it in GitHub Desktop.
Save radar/2581f22b10db524ce3a7b578f5938f15 to your computer and use it in GitHub Desktop.
h = { outer: { inner: [1, 2, 3] } }
h[:outer][:inner] = h[:outer][:inner].map(&:to_s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment