Skip to content

Apply translation review to "Ruby 3.5.0 preview1" #3553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025
Merged
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
6 changes: 3 additions & 3 deletions ko/news/_posts/2025-04-18-ruby-3-5-0-preview1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다. Ruby 3.5

## 언어 변경

* `**nil` 비슷하게 `*nil`은 더 이상 `nil.to_a`를 호출하지 않습니다.
* `**nil`이 `nil.to_hash`를 호출하지 않는 것과 비슷하게 `*nil`은 더 이상 `nil.to_a`를 호출하지 않습니다.
[[Feature #21047]]

## 코어 클래스 변경

주의: 눈에 띄는 클래스 변경만을 포함합니다.
주의: 눈에 띄는 코어 클래스 변경만을 포함합니다.

* Binding

Expand All @@ -32,7 +32,7 @@ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다. Ruby 3.5

* String

* Unicode 15.1.0 및 이모지 버전 15.1로 업데이트합니다. [[Feature #19908]]
* 유니코드 15.1.0 및 이모지 버전 15.1로 업데이트합니다. [[Feature #19908]]
(Regexp에도 적용됩니다)


Expand Down
Loading