ruby / TryRuby

This 4th iteration of TryRuby is a website where you can learn the Ruby language.
https://try.ruby-lang.org
MIT License
226 stars 97 forks source link

fix typo puts count_plays #43

Closed tukapai closed 5 years ago

tukapai commented 5 years ago

puts count_playsが0なのでCopyボタンでRunを実行するとエラーになる事象を修正

Fixed an event that an error occurs when Run is executed with Copy button because puts count_plays is 0

easydatawarehousing commented 5 years ago

Thanks for your remark. However I am not sure that this is an error. The user is supposed to replace the 0 with 1591 himself/herself. When running the program with entry 0 the output should show an error. This is the same in the English text.

Most of the exercises do show a correct 'green' response without any alteration by the user. A couple of exercises, where the change is simple enough for somebody who is completely new to Ruby, the user needs to change the code a bit to go from 'red' to 'green'.

Ivo

tukapai commented 5 years ago

Thanks for your quick reply. I thought it was a mistake because I did not read much sentences well 😓

I will continue to study at TryRuby.