Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.38
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ruby /
optparse /
Delete
Unzip
Name
Size
Permission
Date
Action
ac.rb
1.53
KB
-rw-r--r--
2026-03-13 12:20
date.rb
368
B
-rw-r--r--
2026-03-13 12:20
kwargs.rb
546
B
-rw-r--r--
2026-03-13 12:20
shellwords.rb
164
B
-rw-r--r--
2026-03-13 12:20
time.rb
231
B
-rw-r--r--
2026-03-13 12:20
uri.rb
143
B
-rw-r--r--
2026-03-13 12:20
version.rb
2.01
KB
-rw-r--r--
2026-03-13 12:20
Save
Rename
# frozen_string_literal: true require_relative '../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