AlkantarClanX12

Your IP : 3.14.249.104


Current Path : /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/optparse/
Upload File :
Current File : //opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/optparse/shellwords.rb

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

require 'shellwords'
require 'optparse'

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