We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Condensed example:
$ ruby -v jruby 9.0.0.0.pre2 (2.2.2) 2015-04-28 2755ae0 Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64] $ ruby -ce '{ "foo.foo": { zig: "zag" } }' SyntaxError in -e:1: syntax error, unexpected tLCURLY { "foo.foo": { zig: "zag" } }
Same works on MRI
$ ruby -v ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14] $ ruby -ce '{ "foo.foo": { zig: "zag" } }' Syntax OK
Interestingly not nesting a hash works:
$ ruby -v jruby 9.0.0.0.pre2 (2.2.2) 2015-04-28 2755ae0 Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64] $ ruby -ce '{ "foo.foo": "bar" }' Syntax OK
The text was updated successfully, but these errors were encountered:
e810614
No branches or pull requests
Condensed example:
Same works on MRI
Interestingly not nesting a hash works:
The text was updated successfully, but these errors were encountered: