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.
I have completed this kata in Ruby twice already more than one month ago,
but it is placed in my "not trained on" list. Why?
if input.length < 4 is better.
No needs .to_a .
Please, add check for empty string to test cases (Ruby).
IMHO, if distances will be integer, the problems will be in integer division with '/'.
fdiv is better for use.
I have completed this kata twice already on Ruby, but it is marked as "not trained on" over 5 days. Please correct it.
No, this kata is remaining as "not trained on" in my katas list at present.
It is a curious :) Сan you to correct this?
I have completed this kata already twice (Ruby), but it is marked as "not trained on" in my katas list.
Why?
I got following error in this kata:
/usr/local/lib/ruby/2.5.0/net/protocol.rb:44:in
connect_nonblock': SSL_connect returned=1 errno=0 state=error: certificate verify failed (unspecified certificate verification error) (OpenSSL::SSL::SSLError)