We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46ef40 commit 16a7906Copy full SHA for 16a7906
ko/documentation/ruby-from-other-languages/to-ruby-from-java/index.md
@@ -26,7 +26,7 @@ lang: ko
26
* 코드를 컴파일 할 필요가 없습니다. 직접 실행하시면 됩니다.
27
* 여러 인기있는 서드파티 GUI 툴킷이 있습니다. 루비 유저는
28
[WxRuby][1], [FXRuby][2], [Ruby-GNOME2][3], [Qt][4]나
29
- 내장 루비 Tk 등을 사용할 수 있습니다.
+ [루비 Tk](https://github.com/ruby/tk) 등을 사용할 수 있습니다.
30
* 클래스 같은 것을 정의할 때 코드 블록에 중괄호를 넣는 대신, 선언 뒤에
31
`end` 키워드를 사용합니다.
32
* `import` 대신 `require`를 사용합니다.
0 commit comments