| Current Path : /proc/1412124/root/proc/1412123/root/usr/lib/ruby/3.0.0/optparse/ |
| Current File : //proc/1412124/root/proc/1412123/root/usr/lib/ruby/3.0.0/optparse/time.rb |
# frozen_string_literal: false
require 'optparse'
require 'time'
OptionParser.accept(Time) do |s,|
begin
(Time.httpdate(s) rescue Time.parse(s)) if s
rescue
raise OptionParser::InvalidArgument, s
end
end