@@ -44,7 +44,7 @@ sufficient information, see the ChangeLog file or Redmine
44
44
45
45
* One - line pattern matching is redesigned. [EXPERIMENTAL ]
46
46
47
- * ` =>` is added. It can be used like rightward assignment.
47
+ * ` =>` is added. It can be used like a rightward assignment.
48
48
[[Feature # 17260]]
49
49
50
50
` ` ` ruby
@@ -125,13 +125,13 @@ sufficient information, see the ChangeLog file or Redmine
125
125
# ## `--help` option
126
126
127
127
When the environment variable ` RUBY_PAGER` or ` PAGER` is present and has
128
- non- empty value, and the standard input and output are tty, the ` --help`
128
+ a non- empty value, and the standard input and output are tty, the ` --help`
129
129
option shows the help message via the pager designated by the value.
130
130
[[Feature # 16754]]
131
131
132
132
# ## `--backtrace-limit` option
133
133
134
- The ` --backtrace-limit` option limits the maximum length of backtrace.
134
+ The ` --backtrace-limit` option limits the maximum length of a backtrace.
135
135
[[Feature # 8661]]
136
136
137
137
# # Core classes updates
@@ -273,10 +273,10 @@ Outstanding ones only.
273
273
now accept single array argument with a list of method names. [[Feature # 17314]]
274
274
275
275
* Module # attr_accessor, Module#attr_reader, Module#attr_writer and Module#attr
276
- methods now return an array of defined methods names as symbols.
276
+ methods now return an array of defined method names as symbols.
277
277
[[Feature # 17314]]
278
278
279
- * Module # alias_method now returns the defined alias as symbol.
279
+ * Module # alias_method now returns the defined alias as a symbol.
280
280
[[Feature # 17314]]
281
281
282
282
* Mutex
@@ -668,7 +668,7 @@ Excluding feature bug fixes.
668
668
the analysis result in RBS format.
669
669
670
670
* Though it supports only a subset of the Ruby language yet, we will continuously
671
- improve the coverage of language features, the analysis performance, and usability.
671
+ improve the coverage of language features, analysis performance, and usability.
672
672
673
673
```ruby
674
674
# test.rb
0 commit comments