Skip to content

Translate "Ruby 3.0.0 Preview 2 Released" (ko) #2698

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 2 commits into from
Oct 11, 2021

Conversation

yous
Copy link
Member

@yous yous commented Oct 8, 2021

Translate #2559, #2561, #2563, #2564.

The actual diff: 355b880

@yous yous requested a review from a team October 8, 2021 17:11
Comment on lines +132 to +148
(Async gem에 대해 링크와 함께 설명하기). 이 예제는 몇 가지 HTTP 요청을 동시에 수행합니다.
(다음을 설명하기:)
1. async는 외부 gem이다.
2. async는 다음 새 기능을 사용한다.

``` ruby
require 'async'
require 'net/http'
require 'uri'
Async do
["ruby", "python", "c"].each do |topic|
Async do
Net::HTTP.get(URI "https://www.google.com/search?q=#{topic}")
end
end
end
```
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird point here. I think this is a draft for the content, but I've just translated this as is.

@yous yous merged commit 5750a05 into ruby:master Oct 11, 2021
@yous yous deleted the ko-3-0-0-preview2 branch October 11, 2021 06:50
@yous
Copy link
Member Author

yous commented Oct 11, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants