Question: Review the code below. Which Ruby operator should be used to fill in the blank so that the `sort` method executes properly?

  1. `=>`
  2. `<==>`
  3. `<=>`
  4. `||`

Answer: The correct answer of the above question is Option C:`<=>`