Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/optparse/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/optparse/time.rb |
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