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