@@ -14,9 +14,9 @@ Many new features and improvements are included.
14
14
15
15
[ Frozen String Literal
16
16
Pragma] ( https://bugs.ruby-lang.org/issues/11473 ) is introduced. On
17
- Ruby 2.1, ` "str".freeze ` is optimized to reduce object allocation. Ruby
18
- 2.3 introduces new magic comment and command line option to specify
19
- all the string literals in the source files.
17
+ Ruby 2.1, ` "str".freeze ` is optimized to reduce object allocation.
18
+ Ruby 2.3 introduces a new magic comment and command line option to
19
+ specify all the string literals in the source files.
20
20
Additionally for debugging, you can get where the object is created on
21
21
` "can't modify frozen String" ` error by
22
22
` --enable-frozen-string-literal-debug ` .
@@ -25,9 +25,9 @@ Additionally for debugging, you can get where the object is created on
25
25
which already exists in C#, Groovy, and Swift, is introduced to ease
26
26
` nil ` handling as ` obj&.foo ` . ` Array#dig ` and ` Hash#dig ` are also added.
27
27
28
- [ did_you_mean. gem is
29
- bundled] ( https://bugs.ruby-lang.org/issues/11252 ) . did_you_mean. gem
30
- show the candidates on the ` NameError ` and ` NoMethodError ` to ease
28
+ [ did_you_mean gem is
29
+ bundled] ( https://bugs.ruby-lang.org/issues/11252 ) . The did_you_mean gem
30
+ shows the candidates on the ` NameError ` and ` NoMethodError ` to ease
31
31
debbugging.
32
32
33
33
Try and enjoy programming with Ruby 2.3.0-preview1, and report us your
0 commit comments