X7ROOT File Manager
Current Path:
/opt/alt/ruby30/share/rubygems/rubygems/optparse/lib/optparse
opt
/
alt
/
ruby30
/
share
/
rubygems
/
rubygems
/
optparse
/
lib
/
optparse
/
📁
..
📄
ac.rb
(1.54 KB)
📄
date.rb
(398 B)
📄
kwargs.rb
(561 B)
📄
shellwords.rb
(179 B)
📄
time.rb
(251 B)
📄
uri.rb
(158 B)
📄
version.rb
(2.02 KB)
Editing: 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
Upload File
Create Folder