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