Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby30/share/ruby/optparse/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby30/share/ruby/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