module Fugit::Duration::Parser

def sign(i); rex(:sign, i, /[-+]?/); end

def sign(i); rex(:sign, i, /[-+]?/); end