Current Path : /usr/lib/ruby/3.0.0/rubygems/optparse/lib/optparse/ |
Current File : //usr/lib/ruby/3.0.0/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)}