Standard.BaseDataDecimalminOn this pageDecimal.min minthat Group: Math Documentation Returns the smaller value of self and that. Arguments that: The number to compare self against. Examples Find the minimum of 12 and 13. Decimal.new "12" . min (Decimal.new "13") # => Decimal.new "12"