Nice.
Yes, it passed now. Thanks, it has been a different and funny kata.
It is probably new-line character "\n". I have updated test, so they return more accurate message.
This comment is hidden because it contains spoiler information about the solution
ary.each_index.select would also work as 0.upto(ary.length).select. Nice solution.
ary.each_index.select
0.upto(ary.length).select
No random tests. Add and resubmit.
This is incomplete. Add random tests.
Ruby translation submitted.
I'm still one. BTW good solution.
didn't know that yet when I did this kata, I was a beginner in ruby
What does 'block in flap_display' mean, working with Ruby?
'block in flap_display'
"Value is not what was expected" doesn't say to me nothing.
Nice when it has some Regex, but it doesn't pass multiples of 10.
Loading collection data...
Nice.
Yes, it passed now. Thanks, it has been a different and funny kata.
It is probably new-line character "\n". I have updated test, so they return more accurate message.
This comment is hidden because it contains spoiler information about the solution
ary.each_index.select
would also work as0.upto(ary.length).select
. Nice solution.No random tests. Add and resubmit.
This is incomplete. Add random tests.
Ruby translation submitted.
I'm still one. BTW good solution.
didn't know that yet when I did this kata, I was a beginner in ruby
This comment is hidden because it contains spoiler information about the solution
What does
'block in flap_display'
mean, working with Ruby?"Value is not what was expected" doesn't say to me nothing.
Nice when it has some Regex, but it doesn't pass multiples of 10.
Nice when it has some Regex, but it doesn't pass multiples of 10.
Loading more items...