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: uri.rb
# frozen_string_literal: false # -*- ruby -*- require 'optparse' require 'uri' OptionParser.accept(URI) {|s,| URI.parse(s) if s}
Upload File
Create Folder