Skip to content

Commit

Permalink
Translate "Add a link to the IRB for Ruby 3.3 blog post" (ko) (#3169)
Browse files Browse the repository at this point in the history
* Translate "Add a link to the IRB for Ruby 3.3 blog post" (ko)

* Update ko/news/_posts/2023-12-25-ruby-3-3-0-released.md

Co-authored-by: Chayoung You <yousbe@gmail.com>

---------

Co-authored-by: Chayoung You <yousbe@gmail.com>
  • Loading branch information
riseshia and yous committed Dec 26, 2023
1 parent 413e191 commit f3e82a0
Showing 1 changed file with 7 additions and 5 deletions.
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/)를 참조하세요.

## 호환성 문제

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

0 comments on commit f3e82a0

Please sign in to comment.