Skip to content

Instantly share code, notes, and snippets.

@pond
Created September 30, 2013 23:15
Show Gist options
  • Save pond/6771693 to your computer and use it in GitHub Desktop.
Save pond/6771693 to your computer and use it in GitHub Desktop.
pondmac:log adh1003$ irb
1.9.3p392 :004 > {:thing => ("foo" if true)}
=> {:thing=>"foo"}
1.9.3p392 :005 > {:thing => ("foo" if false)}
=> {:thing=>nil}
1.9.3p392 :006 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment