Skip to content
Merged
Show file tree
Hide file tree
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 @@ Unlike Java, in Ruby,...
* You don’t need to compile your code. You just run it directly.
* There are several different popular third-party GUI toolkits. Ruby
users can try [WxRuby][1], [FXRuby][2], [Ruby-GNOME2][3],
[Qt][4], or the bundled-in Ruby Tk for example.
[Qt][4], or [Ruby Tk](https://github.com/ruby/tk) for example.
* You use the `end` keyword after defining things like classes, instead
of having to put braces around blocks of code.
* You have `require` instead of `import`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Ruby’de Java’dan farklı olarak,...

* Kodunuzu derlemeye gerek yoktur, direk olarak çalıştırırsınız.
* Ruby kullanıcıları değişik GUI araçları kullanabilir [WxRuby][1],
[FXRuby][2], [Ruby-GNOME2][3], [Qt][4], ya da Ruby içinde yüklü gelen Tk
[FXRuby][2], [Ruby-GNOME2][3], [Qt][4], ya da [Ruby Tk](https://github.com/ruby/tk)
bunların bazıları.
* Sınıflar, metodlar gibi birşeyleri tanımlarken kod bloğunu süslü
parantez içine almak yerine sonunda `end` deyimi kullanırsınız
Expand Down