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
2 changes: 1 addition & 1 deletion en/news/_posts/2025-12-25-ruby-4-0-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Expected use cases are:
* Run web app boxes in parallel to evaluate dependency updates for a certain period of time by checking response diff using Ruby code
* Used as the foundation (low-level) API to implement kind of "package" (high-level) API (it is not designed yet)

For the detail of "Ruby Box", see [doc/language/box.md](doc/language/box.md).
For the detail of "Ruby Box", see [Ruby::Box](https://docs.ruby-lang.org/en/master/Ruby/Box.html).
[[Feature #21311]] [[Misc #21385]]

## ZJIT
Expand Down
2 changes: 1 addition & 1 deletion ja/news/_posts/2025-12-25-ruby-4-0-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Ruby Boxの主要なユースケースとしては、次のものが想定され
* WebアプリケーションをBox内で実行することで、依存関係の更新時などに、一定期間並列で動かしてRubyコードを用いてレスポンス等を検証すること
* (未設計の)「パッケージAPI」のような新しい高レベルAPIを作るための低レベルAPIとしての機能を提供すること

"Ruby Box"の詳細については次のドキュメントを参照してください: [doc/language/box.md](doc/language/box.md).
"Ruby Box"の詳細については次のドキュメントを参照してください: [Ruby::Box](https://docs.ruby-lang.org/en/master/Ruby/Box.html).
[[Feature #21311]] [[Misc #21385]]

## ZJIT
Expand Down
Loading