Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
3.1.0 /
optparse /
Delete
Unzip
Name
Size
Permission
Date
Action
ac.rb
1.51
KB
-rw-r--r--
2022-04-12 11:11
date.rb
356
B
-rw-r--r--
2022-04-12 11:11
kwargs.rb
534
B
-rw-r--r--
2022-04-12 11:11
shellwords.rb
152
B
-rw-r--r--
2022-04-12 11:11
time.rb
219
B
-rw-r--r--
2022-04-12 11:11
uri.rb
131
B
-rw-r--r--
2022-04-12 11:11
version.rb
2.01
KB
-rw-r--r--
2022-04-12 11:11
Save
Rename
# frozen_string_literal: true require 'optparse' class OptionParser # :call-seq: # define_by_keywords(options, method, **params) # # :include: ../../doc/optparse/creates_option.rdoc # def define_by_keywords(options, meth, **opts) meth.parameters.each do |type, name| case type when :key, :keyreq op, cl = *(type == :key ? %w"[ ]" : ["", ""]) define("--#{name}=#{op}#{name.upcase}#{cl}", *opts[name]) do |o| options[name] = o end end end options end end