Skip to content
Open
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 @@ -9,9 +9,9 @@ lang: en

{% assign release = site.data.releases | where: "version", "4.0.0-preview3" | first %}
We are pleased to announce the release of Ruby {{ release.version }}.
Ruby 4.0 introduces Ruby::BOX and "ZJIT", and adds many improvements.
Ruby 4.0 introduces Ruby::Box and "ZJIT", and adds many improvements.

## Ruby::BOX
## Ruby::Box

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