Skip to content
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

Translate "Add a link to the IRB for Ruby 3.3 blog post" (ko) #3169

Merged
merged 2 commits into from
Dec 26, 2023
Merged
Changes from 1 commit
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
12 changes: 7 additions & 5 deletions ko/news/_posts/2023-12-25-ruby-3-3-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,16 @@ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다. Ruby 3.3

IRB에 여러 개선 사항이 추가됩니다. 다음과 같은 내용이 포함됩니다.

- 고급 `irb:rdbg` 통합 기능은 `pry-byebug`와 동등한 디버깅 경험을 제공합니다. ([문서](https://github.com/ruby/irb#debugging-with-irb)).
- `ls`와 `show_source`, `show_cmds`와 같은 명령어에서 페이징을 지원합니다.
- `ls`, `show_source` 명령에서 더 정확하고 유용한 정보를 제공합니다.
- 타입 분석을 사용하는 실험적인 자동 완성 기능을 제공합니다. ([문서](https://github.com/ruby/irb#type-based-completion)).
- Reline::Face 클래스의 도입으로 자동완성 다이얼로그의 글씨 색과 스타일이 변경 가능합니다. ([문서](https://github.com/ruby/ruby/blob/master/doc/reline/face.md))
* 고급 `irb:rdbg` 통합 기능은 `pry-byebug`와 동등한 디버깅 경험을 제공합니다. ([문서](https://github.com/ruby/irb#debugging-with-irb)).
* `ls`와 `show_source`, `show_cmds`와 같은 명령어에서 페이징을 지원합니다.
* `ls`, `show_source` 명령에서 더 정확하고 유용한 정보를 제공합니다.
* 타입 분석을 사용하는 실험적인 자동 완성 기능을 제공합니다. ([문서](https://github.com/ruby/irb#type-based-completion)).
* Reline::Face 클래스의 도입으로 자동완성 다이얼로그의 글씨 색과 스타일이 변경 가능합니다. ([문서](https://github.com/ruby/ruby/blob/master/doc/reline/face.md))

또한, IRB는 광범위한 리팩토링을 거쳤으며, 향후 개선이 용이하도록 많은 버그 수정이 이루어졌습니다.

더 자세한 변경은 [Ruby 3.3에서 IRB의 큰 도약을 공개합니다](https://railsatscale.com/2023-12-19-irb-for-ruby-3-3/)를 참조하세요.
riseshia marked this conversation as resolved.
Show resolved Hide resolved

## 호환성 문제

주의: 기능 버그 수정은 포함되어 있지 않습니다.
Expand Down