class Fugit::Duration

def ==(o)

def ==(o)
  o.is_a?(Fugit::Duration) && o.h == @h
end