Adedee / ruby

0 stars 0 forks source link

Exercise 2 #3

Closed Adedee closed 8 years ago

Adedee commented 8 years ago

https://github.com/Adedee/ruby/commit/1637bb9f1c03656e94430e8a1b8cf7d675dc4aad

Ask user to enter text. Replace each vowel in the text with a '*' using regular expression.

DOkwufulueze commented 8 years ago

Please give descriptive names to variables. Fix this: https://github.com/Adedee/ruby/blob/master/Exercise2/lib/user_input.rb#L4

Variable names should be snake-case, each word separated with underscore. This (https://github.com/Adedee/ruby/blob/master/Exercise2/lib/user_input.rb#L5) is wrong.