module Fugit::Nat::Parser

def numeral_hour(i)

def numeral_hour(i)
  rex(:numeral_hour, i, /(#{NUMS.join('|')})/i)
end