AlkantarClanX12

Your IP : 18.116.12.7


Current Path : /opt/alt/ruby26/lib64/ruby/2.6.0/optparse/
Upload File :
Current File : //opt/alt/ruby26/lib64/ruby/2.6.0/optparse/shellwords.rb

# frozen_string_literal: false
# -*- ruby -*-

require 'shellwords'
require 'optparse'

OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}