X7ROOT File Manager
Current Path:
/opt/alt/ruby34/share/ruby/optparse
opt
/
alt
/
ruby34
/
share
/
ruby
/
optparse
/
📁
..
📄
ac.rb
(1.99 KB)
📄
date.rb
(368 B)
📄
kwargs.rb
(716 B)
📄
shellwords.rb
(164 B)
📄
time.rb
(231 B)
📄
uri.rb
(143 B)
📄
version.rb
(2.14 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