Skip to content

Update to-ruby-from-java article (ko) #2542

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

Merged
merged 1 commit into from
Oct 28, 2020
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lang: ko
* 코드를 컴파일 할 필요가 없습니다. 직접 실행하시면 됩니다.
* 여러 인기있는 서드파티 GUI 툴킷이 있습니다. 루비 유저는
[WxRuby][1], [FXRuby][2], [Ruby-GNOME2][3], [Qt][4]나
내장 루비 Tk 등을 사용할 수 있습니다.
[루비 Tk](https://github.com/ruby/tk) 등을 사용할 수 있습니다.
* 클래스 같은 것을 정의할 때 코드 블록에 중괄호를 넣는 대신, 선언 뒤에
`end` 키워드를 사용합니다.
* `import` 대신 `require`를 사용합니다.
Expand Down