Skip to content

Instantly share code, notes, and snippets.

@yukiyan
Created February 23, 2015 15:36
Show Gist options
  • Save yukiyan/47c185edccc9d85abb70 to your computer and use it in GitHub Desktop.
Save yukiyan/47c185edccc9d85abb70 to your computer and use it in GitHub Desktop.
Hashのkey(String)を全てシンボルにする。
options = options.inject({}) { |accu, (key, value)| accu[key.to_sym] = value; accu }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment