module Fugit

def do_parse(s, opts={})

def do_parse(s, opts={})
  parse(s, opts) ||
  fail(ArgumentError.new("found no time information in #{s.inspect}"))
end