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