// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
ruby31
/
share
/
ruby
/
optparse
[ PARENT ]
EDIT :: shellwords.rb
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require 'optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}
SAVE
CANCEL