We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Ruby - Enumerable - group_by
Ruby - Enumerable - group_by
Sort by
recency
|
40 Discussions
|
Please Login in order to post a comment
Hackerrank cannot decipher :Passed or :Failed when written as a symbol as opposed to in quotation marks. Changed to "Passed" and "Failed" instead and was able to pass the tests.
def group_by_marks(marks, pass_marks)
end