Skip to content

Instantly share code, notes, and snippets.

@sorah
Created October 23, 2016 23:42
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 sorah/320c8eeea471341ef5e351cfe93ecd18 to your computer and use it in GitHub Desktop.
Save sorah/320c8eeea471341ef5e351cfe93ecd18 to your computer and use it in GitHub Desktop.
#ruby -v -c /tmp/s.rb
#ruby 2.4.0dev (2016-10-23 trunk 56478) [x86_64-linux]
#/tmp/s.rb:5: syntax error, unexpected keyword_do_block, expecting '}'
foo 'x', {
x: proc do
_
end,
y: proc do
_
end,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment