X7ROOT File Manager
Current Path:
/opt/alt/ruby32/share/ruby/optparse
opt
/
alt
/
ruby32
/
share
/
ruby
/
optparse
/
ðŸ“
..
📄
ac.rb
(1.53 KB)
📄
date.rb
(368 B)
📄
kwargs.rb
(546 B)
📄
shellwords.rb
(164 B)
📄
time.rb
(231 B)
📄
uri.rb
(143 B)
📄
version.rb
(2.01 KB)
Editing: time.rb
# frozen_string_literal: false require_relative '../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