We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe1054 commit 1b09b6aCopy full SHA for 1b09b6a
ko/news/_posts/2025-04-18-ruby-3-5-0-preview1-released.md
@@ -12,12 +12,12 @@ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다. Ruby 3.5
12
13
## 언어 변경
14
15
-* `**nil`과 비슷하게 `*nil`은 더 이상 `nil.to_a`를 호출하지 않습니다.
+* `**nil`이 `nil.to_hash`를 호출하지 않는 것과 비슷하게 `*nil`은 더 이상 `nil.to_a`를 호출하지 않습니다.
16
[[Feature #21047]]
17
18
## 코어 클래스 변경
19
20
-주의: 눈에 띄는 클래스 변경만을 포함합니다.
+주의: 눈에 띄는 코어 클래스 변경만을 포함합니다.
21
22
* Binding
23
@@ -32,7 +32,7 @@ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다. Ruby 3.5
32
33
* String
34
35
- * Unicode 15.1.0 및 이모지 버전 15.1로 업데이트합니다. [[Feature #19908]]
+ * 유니코드 15.1.0 및 이모지 버전 15.1로 업데이트합니다. [[Feature #19908]]
36
(Regexp에도 적용됩니다)
37
38
0 commit comments