Skip to content

Commit 903c890

Browse files
committed
Add an image for &. operator
1 parent b20e618 commit 903c890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/news/_posts/2015-11-27-ruby-2-3-0-preview2-released.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Additionally for debugging, you can get where the object is created on
2121
`"can't modify frozen String"` error by
2222
`--enable-frozen-string-literal-debug`.
2323

24-
A [safe navigation operator](https://bugs.ruby-lang.org/issues/11537),
24+
A [safe navigation operator](https://bugs.ruby-lang.org/issues/11537)
25+
[`&.`](https://instagram.com/p/-M9l6mRPLR/),
2526
which already exists in C#, Groovy, and Swift, is introduced to ease
2627
`nil` handling as `obj&.foo`. `Array#dig` and `Hash#dig` are also added.
2728

0 commit comments

Comments
 (0)