Ruby - Enumerable - group_by

  • + 0 comments

    To understand the expression:

    value > pass_marks ? "Passed" : "Failed"
    

    search the web for:

    Ruby ternary operator