Current Path : /proc/3848981/root/lib/ruby/vendor_ruby/rubygems/optparse/lib/optparse/ |
Current File : //proc/3848981/root/lib/ruby/vendor_ruby/rubygems/optparse/lib/optparse/shellwords.rb |
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require 'rubygems/optparse/lib/optparse' Gem::OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}