Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
did you find out?
@suic, Ruby
try this isolated test case(comment out the others)
use puts or p and `.inspect' to debug your code.
i think you're not handling nil inputs.
Hi, which language? Regards, suic
hey, passing all tests but getting the STDERR as below:
compare': undefined method
[]' for nil:NilClass (NoMethodError)from
block in ' from
block in describe'from
measure' from
describe'from `
'
any idea what that might be?
I have exactly the same issue. Solved the problem, on my irb everything works perfectly fine, all the tests are passing, yet the Attempt to submit final fails.