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
We already have a problem that this gem doesn't correctly support ISO 8061 Duration, for example calling this method should return the same value as the input but it doesn't.
Currently outputting as a string gives you the following:
I'd love to implement a to_s function that would cause durations to output a little more like the way the
Time
class works:Something like this:
The only issue I can think of is that you allow for days and weeks and I'm not sure what format those should be outputted in...thoughts?
The text was updated successfully, but these errors were encountered: