class Fugit::Duration

def to_rufus_h

def to_rufus_h
  KEYS.inject({}) { |h, (ks, kh)| v = @h[ks]; h[kh[:r].to_sym] = v if v; h }
end