Standard.BaseDataDecimal<=On this pageDecimal.<= <=that Group: Operators Aliases: less than or equal Documentation Checks if this is less than or equal to that. Arguments that: The number to compare this against. Examples Checking if 10 is less than or equal to 7. Decimal.new 10 <= 7 # => False