X7ROOT File Manager
Current Path:
/opt/alt/ruby31/share/ruby/optparse
opt
/
alt
/
ruby31
/
share
/
ruby
/
optparse
/
ðŸ“
..
📄
ac.rb
(1.51 KB)
📄
date.rb
(356 B)
📄
kwargs.rb
(534 B)
📄
shellwords.rb
(152 B)
📄
time.rb
(219 B)
📄
uri.rb
(131 B)
📄
version.rb
(2.01 KB)
Editing: 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
Upload File
Create Folder