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.
Unpublishing as a close duplicate of https://www.codewars.com/kata/vowel-remover
As @Voile mentioned, this topic of removing vowels from either an array or a string has already been covered by Vowel Remover (8kyu) which means that this Kata fails to present novel content to the user undertaking it. The lack of novel content in a Kata as an Issue is recognised as an official CW stance so I would suggest that you unpublish this Kata and come up with a much better idea.
Extremely lacking in code coverage, only 3 fixed assertions in the entire test suite is far from enough for preventing logically flawed and/or hardcoded solutions. Your Kata should either (1) have at least 20 unique, distinct fixed assertions including edge cases or (2) add 100+ randomly generated assertions to your Kata.
Kinda of a duplicate
https://www.codewars.com/kata/vowel-remover
Needs a lot of random test cases.
Edit: I just submitted a
Ruby
translation for your kata. Please review and approve.Cheers!