1
1
---
2
2
layout : news_post
3
- title : " Ruby 3.5.0 preview1 Released "
3
+ title : " Ruby 3.5.0- preview1 릴리스 "
4
4
author : " naruse"
5
- translator :
5
+ translator : " shia "
6
6
date : 2025-04-18 00:00:00 +0000
7
- lang : en
7
+ lang : ko
8
8
---
9
9
10
10
{% assign release = site.data.releases | where: "version", "3.5.0-preview1" | first %}
11
- We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.4 updates its Unicode version to 15.1.0, and so on .
11
+ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다 . Ruby 3.5는 유니코드 버전을 15.1.0으로 업데이트했으며, 더 많은 것들이 있습니다 .
12
12
13
- ## Language changes
13
+ ## 언어 변경
14
14
15
- * ` *nil ` no longer calls ` nil.to_a ` , similar to how ` ** nil` does
16
- not call ` nil.to_hash ` . [[ Feature #21047 ]]
15
+ * ` ** nil ` 과 비슷하게 ` * nil` 은 더 이상 ` nil.to_a ` 를 호출하지 않습니다.
16
+ [[ Feature #21047 ]]
17
17
18
- ## Core classes updates
18
+ ## 코어 클래스 변경
19
19
20
- Note: We're only listing notable updates of Core class .
20
+ 주의: 눈에 띄는 클래스 변경만을 포함합니다 .
21
21
22
22
* Binding
23
23
24
- * ` Binding#local_variables ` does no longer include numbered parameters .
25
- Also , ` Binding#local_variable_get ` and ` Binding#local_variable_set ` reject to handle numbered parameters .
24
+ * ` Binding#local_variables ` 는 더 이상 번호가 매겨진 매개변수를 포함하지 않습니다 .
25
+ 또한 , ` Binding#local_variable_get ` 과 ` Binding#local_variable_set ` 은 번호가 매겨진 매개변수를 처리하지 않습니다 .
26
26
[[ Bug #21049 ]]
27
27
28
28
* IO
29
29
30
- * ` IO.select ` accepts +Float::INFINITY+ as a timeout argument .
30
+ * ` IO.select ` 는 타임아웃 인수로 +Float::INFINITY+를 허용합니다 .
31
31
[[ Feature #20610 ]]
32
32
33
33
* String
34
34
35
- * Update Unicode to Version 15.1.0 and Emoji Version 15.1 . [[ Feature #19908 ]]
36
- (also applies to Regexp )
35
+ * Unicode 15.1.0 및 이모지 버전 15.1로 업데이트합니다 . [[ Feature #19908 ]]
36
+ (Regexp에도 적용됩니다 )
37
37
38
38
39
- ## Standard Library updates
39
+ ## 표준 라이브러리 변경
40
40
41
- Note: We're only listing notable updates of Standard librarires .
41
+ 주의: 눈에 띄는 표준 라이브러리 변경만을 포함합니다 .
42
42
43
43
* ostruct 0.6.1
44
44
* pstore 0.2.0
@@ -51,31 +51,31 @@ Note: We're only listing notable updates of Standard librarires.
51
51
* readline 0.0.4
52
52
* fiddle 1.1.6
53
53
54
- ## Compatibility issues
54
+ ## 호환성 문제
55
55
56
- Note: Excluding feature bug fixes .
56
+ 주의: 기능 버그 수정은 포함되어 있지 않습니다 .
57
57
58
58
59
59
60
- ## Standard library compatibility issues
60
+ ## 표준 라이브러리 호환성 문제
61
61
62
62
63
- ## C API updates
63
+ ## C API 변경
64
64
65
65
66
66
67
- ## Miscellaneous changes
67
+ ## 그 이외의 변경
68
68
69
69
70
70
71
- See [ NEWS] (https://github.com/ruby/ruby/blob/{{ release.tag }}/NEWS.md)
72
- or [ commit logs ] (https://github.com/ruby/ruby/compare/v3_4_0...{{ release.tag }})
73
- for more details .
71
+ 더 자세한 내용은 [ NEWS] (https://github.com/ruby/ruby/blob/{{ release.tag }}/NEWS.md)나
72
+ [ 커밋 로그 ] (https://github.com/ruby/ruby/compare/v3_4_0...{{ release.tag }})를
73
+ 확인해 주세요 .
74
74
75
- With those changes, [ {{ release.stats.files_changed }} files changed , {{ release.stats.insertions }} insertions (+), {{ release.stats.deletions }} deletions (-)] (https://github.com/ruby/ruby/compare/v3_3_0 ...{{ release.tag }}#file_bucket)
76
- since Ruby 3.4.0 !
75
+ 이러한 변경사항에 따라, Ruby 3.4.0 이후로 [ 파일 {{ release.stats.files_changed }}개 수정 , {{ release.stats.insertions }}줄 추가 (+), {{ release.stats.deletions }}줄 삭제 (-)] (https://github.com/ruby/ruby/compare/v3_4_0 ...{{ release.tag }}#file_bucket)가
76
+ 이루어졌습니다 !
77
77
78
- ## Download
78
+ ## 다운로드
79
79
80
80
* <{{ release.url.gz }}>
81
81
@@ -98,8 +98,13 @@ since Ruby 3.4.0!
98
98
SHA256: {{ release.sha256.zip }}
99
99
SHA512: {{ release.sha512.zip }}
100
100
101
- ## What is Ruby
101
+ ## Ruby는
102
102
103
- Ruby was first developed by Matz (Yukihiro Matsumoto) in 1993,
104
- and is now developed as Open Source. It runs on multiple platforms
105
- and is used all over the world especially for web development.
103
+ Ruby는 1993년에 Matz(마츠모토 유키히로) 씨가 처음 개발했고,
104
+ 현재는 오픈 소스로서 개발되고 있습니다. 여러 플랫폼에서 동작하며,
105
+ 특히 웹 개발에서 전 세계적으로 이용되고 있습니다.
106
+
107
+ [ Feature #21047 ] : https://bugs.ruby-lang.org/issues/21047
108
+ [ Bug #21049 ] : https://bugs.ruby-lang.org/issues/21049
109
+ [ Feature #20610 ] : https://bugs.ruby-lang.org/issues/20610
110
+ [ Feature #19908 ] : https://bugs.ruby-lang.org/issues/19908
0 commit comments