Skip to content

Commit

Permalink
Add compatibility note about Regexp::new (ko) (#3229)
Browse files Browse the repository at this point in the history
* Import upstream change

Ref: #3175

* Translate imported text

* 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 authored Apr 27, 2024
1 parent e9a9a8c commit 59a35df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 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 @@ -139,6 +139,8 @@ IRB에 여러 개선 사항이 추가됩니다. 다음과 같은 내용이 포
Ruby 3.4부터 `it`은 첫 번째 블록 인수를 가리킵니다.
[[Feature #18980]](https://bugs.ruby-lang.org/issues/18980)

* `Regexp::new`는 최대 3개의 인수를 받았지만 이제 2개까지 허용합니다. 이는 Ruby 3.2에서 폐기예정이었습니다. [[Bug #18797]](https://bugs.ruby-lang.org/issues/18797)

### 삭제된 환경 변수

폐기 예정이었던 환경 변수가 삭제됩니다.
Expand Down

0 comments on commit 59a35df

Please sign in to comment.