AlkantarClanX12

Your IP : 18.190.176.176


Current Path : /proc/self/root/opt/alt/ruby32/share/ruby/optparse/
Upload File :
Current File : //proc/self/root/opt/alt/ruby32/share/ruby/optparse/shellwords.rb

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

require 'shellwords'
require_relative '../optparse'

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