Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sbagdat committed Nov 23, 2013
1 parent d3c9460 commit b89e283
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 8 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# RUBY KİTABI
([rubykitabi.com](http://www.rubykitabi.com))
## Ruby Kitabı

Bu depoda kitapta yer alan bazı uygulamalara, sıra sizde ve kod düellolarına ait
kaynak kodlar bulunmaktadır.

Bu github deposunda kitapta yer alan, bazı uygulamalar, sıra sizde ve kod düellolarına ait kaynak kodlar bulunmaktadır. (Kitabın içeriğindeki tüm örnek ve uygulamalara yer verilmemiştir.)
*Not: Kitabın içerisindeki tüm örnek ve uygulamalara yer verilmemiştir.*

```
Info: This repo contains source code of examples in a book written in Turkish about Ruby
programming language.
```

Website: [rubykitabi.com][1]

[1]: http://rubykitabi.com

**Yasal Uyarı:** Burada yer alan tüm kodların bütün yayın hakları DikeyEksen Yayın Dağıtım, Yazılım ve Eğitim Hizmetleri San. ve Tic. Ltd. Şti.'ne aittir. Yayınevinin yazılı izni olmaksızın kısmen veya tamamen alıntı yapılamaz, kopya çekilemez ve yayınlanamaz.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

def ucgen_turu(*kenarlar)
case kenarlar.uniq.length
when 1 then 'Eşkenar üçgen'
when 2 then 'İkizkenar üçgen'
else 'Çeşitkenar üçgen'
when 1 then 'Eşkenar üçgen'
when 2 then 'İkizkenar üçgen'
else 'Çeşitkenar üçgen'
end
end

puts ucgen_turu(3,3,3)
puts ucgen_turu(3,5,5)
puts ucgen_turu(3,4,5)
puts ucgen_turu(3,4,5)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b89e283

Please sign in to comment.