From 5ec05caa5300120bd888cd52249b3029e99ee965 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Sun, 1 Mar 2026 16:08:09 +0900 Subject: [PATCH 1/2] Remove a dead editor from FAQ (ko) --- ko/documentation/faq/1/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/ko/documentation/faq/1/index.md b/ko/documentation/faq/1/index.md index f15515e0c4..f2f2c6dd2a 100644 --- a/ko/documentation/faq/1/index.md +++ b/ko/documentation/faq/1/index.md @@ -254,9 +254,6 @@ set reply_regexp="^(\[[a-z0-9:-]+\][[:space:]]*)?(re([\[0-9\]+])*|aw):[[:space:] [http://www.xs4all.nl/~hipster/lib/ruby/ruby.vim](http://www.xs4all.nl/~hipster/lib/ruby/ruby.vim)에서 찾을 수 있습니다. * [Jedit](http://jedit.sourceforge.net/): Java로 작성된 휴대용 편집기로 Ruby를 지원합니다. -* [Nedit](http://www.nedit.org): Eric Santonacci는 Nedit에 대한 Ruby 지원을 - 작성했습니다. - [ftp://ftp.talc.fr/pub/ruby/ruby.nedit-0.1.tar.gz](ftp://ftp.talc.fr/pub/ruby/ruby.nedit-0.1.tar.gz)에서 사용 가능합니다. * Barry Shultz는 TextPad용 Ruby 정의 파일을 작성했습니다. [https://www.textpad.com/add-ons/synn2t.html](https://www.textpad.com/add-ons/synn2t.html)에서 사용 가능합니다. From 0310acb7fdeb5ba77e6fda06235492f3df5ba4ea Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Sun, 1 Mar 2026 16:09:06 +0900 Subject: [PATCH 2/2] Remove the saying that pacman installs the latest version (ko) --- ko/documentation/installation/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ko/documentation/installation/index.md b/ko/documentation/installation/index.md index 3193b6a5c6..943a505fdc 100644 --- a/ko/documentation/installation/index.md +++ b/ko/documentation/installation/index.md @@ -149,8 +149,6 @@ Ruby를 받으려면, 다음과 같이 하면 됩니다. $ sudo pacman -S ruby {% endhighlight %} -이는 Ruby의 최신 안정판을 설치할 것입니다. - ### Homebrew (macOS) {: #homebrew}