diff options
| author | yui-knk <spiketeika@gmail.com> | 2022-10-22 15:36:59 +0900 |
|---|---|---|
| committer | Yuichiro Kaneko <spiketeika@gmail.com> | 2022-10-22 16:46:27 +0900 |
| commit | 0d697e341a63c58554bba4934d91f389e6d92178 (patch) | |
| tree | b5483ec3e331400cea80b9467a20a68565e8364f | |
| parent | a11952dac1a5b0776a493968eeffbd4be4403b76 (diff) | |
Add [Feature #19013] to NEWS [ci skip]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6614
| -rw-r--r-- | NEWS.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -184,6 +184,9 @@ Note: We're only listing outstanding class updates. * Refinement * Refinement#refined_class has been added. [[Feature #12737]] +* RubyVM::AbstractSyntaxTree + * Add `error_tolerant` option for `parse`, `parse_file` and `of`. [[Feature #19013]] + * Set * Set is now available as a built-in class without the need for `require "set"`. [[Feature #16989]] It is currently autoloaded via the `Set` constant or a call to `Enumerable#to_set`. |
