Next: , Previous: , Up: Fraction   [Index]


1.84.7 Fraction: comparing

< arg

Test if the receiver is less than arg.

<= arg

Test if the receiver is less than or equal to arg.

= arg

Test if the receiver equals arg.

> arg

Test if the receiver is more than arg.

>= arg

Test if the receiver is greater than or equal to arg.

hash

Answer an hash value for the receiver