X7ROOT File Manager
Current Path:
/opt/alt/ruby34/share/rubygems/rubygems/vendor/optparse/lib/optparse
opt
/
alt
/
ruby34
/
share
/
rubygems
/
rubygems
/
vendor
/
optparse
/
lib
/
optparse
/
ðŸ“
..
📄
ac.rb
(2 KB)
📄
date.rb
(388 B)
📄
kwargs.rb
(721 B)
📄
shellwords.rb
(169 B)
📄
time.rb
(241 B)
📄
uri.rb
(184 B)
📄
version.rb
(2.15 KB)
Editing: time.rb
# frozen_string_literal: false require_relative '../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
Upload File
Create Folder