Current Path :
/
proc
/
self
/
root
/
opt
/
alt
/
ruby33
/
share
/
ruby
/
optparse
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/opt/alt/ruby33/share/ruby/optparse/shellwords.rb
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require_relative '../optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}