module Fugit::Nat::Parser

def digital_hour(i)

def digital_hour(i)
  rex(:digital_hour, i, /(2[0-4]|[01][0-9]):?[0-5]\d/)
end