Skip to content

Instantly share code, notes, and snippets.

@thinca
Created October 8, 2014 14:11
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 thinca/76a3b2c77eafadf569eb to your computer and use it in GitHub Desktop.
Save thinca/76a3b2c77eafadf569eb to your computer and use it in GitHub Desktop.
# Ruby 2.1.2 までは動いたが、2.1.3 で動かなくなった
# syntax error, unexpected modifier_if
{
foo:
if true
10
else
20
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment