Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/alt/ruby33/share/rubygems/rubygems/vendor/optparse/lib/optparse/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/alt/ruby33/share/rubygems/rubygems/vendor/optparse/lib/optparse/uri.rb |
# frozen_string_literal: false # -*- ruby -*- require_relative '../optparse' require_relative '../../../uri/lib/uri' Gem::OptionParser.accept(Gem::URI) {|s,| Gem::URI.parse(s) if s}