You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d support this after support for fractions were implemented. The only caveat being that I wouldn’t see the gem supporting stripping out dollars from the string. You’d have to do that first.
Big caveat, as this project is effectively a Sunday crossword for me, and I’ve got family and plenty of other commitments, I’m personally very unlikely to get around to this any time soon.
Sorry, I'm not sure what the correct terminology to explain the issue below but it is likely something the library can improve upon
NumbersInWords.in_numbers("half a million dollars")
=> 1000000
NumbersInWords.in_numbers("a quarter million dollars")
=> 1000000
The text was updated successfully, but these errors were encountered: