Adedee / ruby

0 stars 0 forks source link

Exercise 4 #5

Open Adedee opened 8 years ago

Adedee commented 8 years ago

https://github.com/Adedee/ruby/commit/8705a1877d0f293d45ef0a088b4523a96fd03735 Output whether the input string is palindrome. The program quits when user enters 'q/Q'.

DOkwufulueze commented 8 years ago

Use proper naming of variables.

Is reversedword (https://github.com/Adedee/ruby/blob/master/Exercise4/lib/user_input.rb#L14) needed?

Wrong commit message: Overwrite the default 'to_s' method such that it inverses the case of each letter.