All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
BigDecimal.new
BigDecimal.new has been deprecated since BigDecimal 1.3.3 and removed in 2.0.0. Use BigDecimal() to create new instances of BigDecimal.
BigDecimal()
BigDecimal
BigDecimal.new(123.456, 3)
BigDecimal(123.456, 3)