Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/news/_posts/2025-12-18-ruby-4-0-0-preview3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ruby 4.0 introduces Ruby::BOX and "ZJIT", and adds many improvements.
## Ruby::BOX

A new (experimental) feature to provide separation about definitions.
For the detail of "Ruby Box", see [doc/language/box.md](doc/language/box.md).
For the detail of "Ruby Box", see [doc/language/box.md](https://github.com/ruby/ruby/blob/master/doc/language/box.md).
[[Feature #21311]] [[Misc #21385]]

## Language changes
Expand Down Expand Up @@ -175,7 +175,7 @@ Note: We're only listing outstanding class updates.
* Ruby::Box
* A new (experimental) feature to provide separation about definitions.
For the detail of "Ruby Box", see [doc/language/box.md](doc/language/box.md).
For the detail of "Ruby Box", see [doc/language/box.md](https://github.com/ruby/ruby/blob/master/doc/language/box.md).
[[Feature #21311]] [[Misc #21385]]
* Set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Ruby {{ release.version }} が公開されました。

* Ruby::Box

* 定義の分離を提供するための新しい (実験的な) 機能です。"Ruby Box" の詳細については、[doc/language/box.md](doc/language/box.md) を参照してください。
* 定義の分離を提供するための新しい (実験的な) 機能です。"Ruby Box" の詳細については、[doc/language/box.md](https://github.com/ruby/ruby/blob/master/doc/language/box.md) を参照してください。
[[Feature #21311]] [[Misc #21385]]

* Set
Expand Down
Loading