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