awesome-examples / fizzbuzz

Implementations of FizzBuzz in various programming languages.
MIT License
6 stars 33 forks source link

FizzBuzz Ruby #22

Closed kayodeadeniyi closed 6 years ago

kayodeadeniyi commented 6 years ago

Implement FizzBuzz in Ruby

kayodeadeniyi commented 6 years ago

Working on this

jcxldn commented 6 years ago

We already have a Ruby PR on #20. You can still submit a PR and it should count towards your Hacktoberfest stats (assuming you are doing that) but it may not be merged.

kayodeadeniyi commented 6 years ago

@Prouser123 I just checked the PR and it appears to be wrong. fizzbuzz will never be printed. It will only print fizz and buzz

jcxldn commented 6 years ago

Yeah, I'm still going through all of them as I didn't expect the sudden wave of PRs. I'll close #20 shortly.

kayodeadeniyi commented 6 years ago

@Prouser123 I just opened a new one here #26

jcxldn commented 6 years ago

Merged #26.