📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 17:37:58
📂
/ (Root)
/
opt
/
alt
/
ruby34
/
share
/
ruby
/
optparse
📍 /opt/alt/ruby34/share/ruby/optparse
🔄 Refresh
✏️
Editing: uri.rb
Read Only
# frozen_string_literal: false # -*- ruby -*- require_relative '../optparse' require 'uri' OptionParser.accept(URI) {|s,| URI.parse(s) if s}
💾 Save Changes
❌ Cancel