Ruby Comparable Functions

EditRocket provides the following information on Comparable functions in the Ruby source code builder.

between?(min, max) - Returns false if obj <=> min is less than zero or if anObject <=> max is greater than zero, true otherwise.