@@ -35,7 +35,7 @@ Note: We're only listing outstanding class updates.
35
35
36
36
* Array
37
37
38
- * ` Array#fetch_values ` was added. [[ Feature #20702 ]]
38
+ * Array#fetch_values was added. [[ Feature #20702 ]]
39
39
40
40
* Exception
41
41
@@ -58,7 +58,7 @@ Note: We're only listing outstanding class updates.
58
58
59
59
* Fiber::Scheduler
60
60
61
- * An optional ` Fiber::Scheduler#blocking_operation_wait ` hook allows blocking operations to be moved out of the
61
+ * An optional Fiber::Scheduler#blocking_operation_wait hook allows blocking operations to be moved out of the
62
62
event loop in order to reduce latency and improve multi-core processor utilization. [[ Feature #20876 ]]
63
63
64
64
* IO::Buffer
@@ -121,13 +121,13 @@ Note: We're only listing outstanding class updates.
121
121
122
122
* String
123
123
124
- * ` String#append_as_bytes` was added to more easily and efficiently work with binary buffers and protocols.
124
+ * String # append_as_bytes was added to more easily and efficiently work with binary buffers and protocols.
125
125
It directly concatenate the arguments into the string without any encoding validation or conversion.
126
126
[[Feature # 20594]]
127
127
128
128
* Symbol
129
129
130
- * The string returned by ` Symbol#to_s` now emits a deprecation warning when mutated, and will be
130
+ * The string returned by Symbol # to_s now emits a deprecation warning when mutated, and will be
131
131
frozen in a future version of Ruby .
132
132
These warnings can be enabled with ` -W:deprecated` or by setting ` Warning[:deprecated] = true` .
133
133
[[Feature # 20350]]
@@ -138,7 +138,7 @@ Note: We're only listing outstanding class updates.
138
138
instead of the active code page, if it contains non- ASCII characters.
139
139
[[Bug # 20929]]
140
140
141
- * ` Time#xmlschema` , and its ` Time#iso8601` alias have been moved into the core Time
141
+ * Time # xmlschema, and its Time#iso8601 alias have been moved into the core Time
142
142
class while previously it was an extension provided by the ` time` gem. [[Feature # 20707]]
143
143
144
144
* Warning
0 commit comments