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.
spoke == 115eokp that's correct, read the description again.
yup:
puts input
at the beginning of your function (orputs input.to_s
if it's an iterable)I'm getting a STDERR
main.rb:10:in []=': no implicit conversion of nil into String (TypeError)
Question: is there a way to see the test case that it's failing on, so that I can try to fix this?
Coding in Ruby
assert.strictEqual(encryptThis("The more he saw the less he spoke"), "84eh 109ero 104e 115wa 116eh 108sse 104e 115eokp");
above
spoke == 115eokp incorrect
spoke == 115ekop correct
nice. Much better than mine