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
A library for converting various objects into `Money` objects.
8
8
@@ -53,7 +53,7 @@ this is not the case - a European site will show $10.000 because that's the loca
53
53
As a human, if this was a stock ticker we might expect fractional cents. If it's a retail price we know it's actually an incorrect thousands separator.
54
54
55
55
56
-
Monetize can also parse a list of values, returning an array-like object ([Monetize::Collection](lib/collection.rb)):
56
+
Monetize can also parse a list of values, returning an array-like object ([Monetize::Collection](lib/monetize/collection.rb)):
0 commit comments