-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am receiving some deprecating warnings with ruby 2.6.3 e.g.:
warning: BigDecimal.new is deprecated; use BigDecimal() method instead.
If I am running via rails console the following:
tax = Taxger::Lohnsteuer.calculate(2015, stkl: 1, lzz: 1, re4: 70_000 * 100)
Traceback (most recent call last):
1: from (irb):5
NoMethodError (undefined method `divide' for 0.0:BigDecimal)
Did you mean? divmod
Could someone please help me out with these two messages?
Cheers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels