AlkantarClanX12
Current Path : /opt/alt/ruby31/share/rubygems/rubygems/optparse/lib/optparse/ |
Current File : //opt/alt/ruby31/share/rubygems/rubygems/optparse/lib/optparse/shellwords.rb |
# frozen_string_literal: false # -*- ruby -*- require 'shellwords' require_relative '../optparse' Gem::OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}