Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
ruby-2.6
/
usr
/
lib
/
ruby
/
2.6.0
/
optparse
/
//proc/thread-self/root/proc/thread-self/root/opt/ruby-2.6/usr/lib/ruby/2.6.0/optparse/uri.rb
# frozen_string_literal: false # -*- ruby -*- require 'optparse' require 'uri' OptionParser.accept(URI) {|s,| URI.parse(s) if s}