class Tins::Duration

def <=>(other)

def <=>(other)
  to_f <=> other.to_f
end