Skip to content

Instantly share code, notes, and snippets.

@yoppi
Created March 26, 2015 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoppi/dc9c7c8587f1ae27cfa5 to your computer and use it in GitHub Desktop.
Save yoppi/dc9c7c8587f1ae27cfa5 to your computer and use it in GitHub Desktop.
2.2からこんなことできる
HOGE = 'hoge'
{"#{HOGE}": { foo: 'foo', bar: 'bar' }}
#=> {:hoge=>{:foo=>"foo", :bar=>"bar"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment