Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby32/share/ruby/optparse/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby32/share/ruby/optparse/shellwords.rb |
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require_relative '../optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}