Ruby Language Comparable

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • include Comparable
  • implement the space-ship operator (<=>)

Parameters

ParameterDetails
otherThe instance to be compared to self

Remarks

x <=> y should return a negative number if x < y, zero if x == y and a positive number if x > y.



Got any Ruby Language Question?