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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
ARGF /
Delete
Unzip
Name
Size
Permission
Date
Action
argv-i.ri
555
B
-rw-r--r--
2026-04-07 17:22
binmode%3f-i.ri
586
B
-rw-r--r--
2026-04-07 17:22
binmode-i.ri
703
B
-rw-r--r--
2026-04-07 17:22
cdesc-ARGF.ri
3.08
KB
-rw-r--r--
2026-04-07 17:22
close-i.ri
674
B
-rw-r--r--
2026-04-07 17:22
closed%3f-i.ri
419
B
-rw-r--r--
2026-04-07 17:22
each-i.ri
2.13
KB
-rw-r--r--
2026-04-07 17:22
each_byte-i.ri
1.03
KB
-rw-r--r--
2026-04-07 17:22
each_char-i.ri
917
B
-rw-r--r--
2026-04-07 17:22
each_codepoint-i.ri
947
B
-rw-r--r--
2026-04-07 17:22
each_line-i.ri
1.79
KB
-rw-r--r--
2026-04-07 17:22
eof%3f-i.ri
744
B
-rw-r--r--
2026-04-07 17:22
eof-i.ri
805
B
-rw-r--r--
2026-04-07 17:22
external_encoding-i.ri
804
B
-rw-r--r--
2026-04-07 17:22
file-i.ri
710
B
-rw-r--r--
2026-04-07 17:22
filename-i.ri
790
B
-rw-r--r--
2026-04-07 17:22
fileno-i.ri
562
B
-rw-r--r--
2026-04-07 17:22
getbyte-i.ri
689
B
-rw-r--r--
2026-04-07 17:22
getc-i.ri
957
B
-rw-r--r--
2026-04-07 17:22
gets-i.ri
903
B
-rw-r--r--
2026-04-07 17:22
inplace_mode%3d-i.ri
905
B
-rw-r--r--
2026-04-07 17:22
inplace_mode-i.ri
516
B
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
284
B
-rw-r--r--
2026-04-07 17:22
internal_encoding-i.ri
785
B
-rw-r--r--
2026-04-07 17:22
lineno%3d-i.ri
810
B
-rw-r--r--
2026-04-07 17:22
lineno-i.ri
583
B
-rw-r--r--
2026-04-07 17:22
path-i.ri
730
B
-rw-r--r--
2026-04-07 17:22
pos%3d-i.ri
509
B
-rw-r--r--
2026-04-07 17:22
pos-i.ri
488
B
-rw-r--r--
2026-04-07 17:22
print-i.ri
1.8
KB
-rw-r--r--
2026-04-07 17:22
printf-i.ri
491
B
-rw-r--r--
2026-04-07 17:22
putc-i.ri
739
B
-rw-r--r--
2026-04-07 17:22
puts-i.ri
1.87
KB
-rw-r--r--
2026-04-07 17:22
read-i.ri
2.21
KB
-rw-r--r--
2026-04-07 17:22
read_nonblock-i.ri
485
B
-rw-r--r--
2026-04-07 17:22
readbyte-i.ri
764
B
-rw-r--r--
2026-04-07 17:22
readchar-i.ri
774
B
-rw-r--r--
2026-04-07 17:22
readline-i.ri
847
B
-rw-r--r--
2026-04-07 17:22
readlines-i.ri
939
B
-rw-r--r--
2026-04-07 17:22
readpartial-i.ri
984
B
-rw-r--r--
2026-04-07 17:22
rewind-i.ri
588
B
-rw-r--r--
2026-04-07 17:22
seek-i.ri
436
B
-rw-r--r--
2026-04-07 17:22
set_encoding-i.ri
1.68
KB
-rw-r--r--
2026-04-07 17:22
skip-i.ri
582
B
-rw-r--r--
2026-04-07 17:22
tell-i.ri
539
B
-rw-r--r--
2026-04-07 17:22
to_a-i.ri
641
B
-rw-r--r--
2026-04-07 17:22
to_i-i.ri
502
B
-rw-r--r--
2026-04-07 17:22
to_io-i.ri
590
B
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
308
B
-rw-r--r--
2026-04-07 17:22
to_write_io-i.ri
373
B
-rw-r--r--
2026-04-07 17:22
write-i.ri
322
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::NormalClass[iI" ARGF:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"NARGF is a stream designed for use in scripts that process files given as ;TI"3command-line arguments or passed in via STDIN.;To:RDoc::Markup::BlankLine o; ;[I"MThe arguments passed to your script are stored in the +ARGV+ Array, one ;TI"Gargument per element. ARGF assumes that any arguments that aren't ;TI":filenames have been removed from +ARGV+. For example:;T@o:RDoc::Markup::Verbatim;[ I"*$ ruby argf.rb --verbose file1 file2 ;TI" ;TI"/ARGV #=> ["--verbose", "file1", "file2"] ;TI")option = ARGV.shift #=> "--verbose" ;TI""ARGV #=> ["file1", "file2"] ;T:@format0o; ;[I"NYou can now use ARGF to work with a concatenation of each of these named ;TI"Hfiles. For instance, ARGF.read will return the contents of _file1_ ;TI")followed by the contents of _file2_.;T@o; ;[I"JAfter a file in +ARGV+ has been read ARGF removes it from the Array. ;TI"?Thus, after all files have been read +ARGV+ will be empty.;T@o; ;[ I"MYou can manipulate +ARGV+ yourself to control what ARGF operates on. If ;TI"Oyou remove a file from +ARGV+, it is ignored by ARGF; if you add files to ;TI"M+ARGV+, they are treated as if they were named on the command line. For ;TI" example:;T@o;;[ I"ARGV.replace ["file1"] ;TI"@ARGF.readlines # Returns the contents of file1 as an Array ;TI"ARGV #=> [] ;TI"%ARGV.replace ["file2", "file3"] ;TI">ARGF.read # Returns the contents of file2 and file3 ;T;0o; ;[I"HIf +ARGV+ is empty, ARGF acts as if it contained <tt>"-"</tt> that ;TI"Fmakes ARGF read from STDIN, i.e. the data piped or typed to your ;TI"script. For example:;T@o;;[I",$ echo "glark" | ruby -e 'p ARGF.read' ;TI""glark\n" ;TI" ;TI"$ echo Glark > file1 ;TI"7$ echo "glark" | ruby -e 'p ARGF.read' -- - file1 ;TI""glark\nGlark\n";T;0: @fileI" io.c;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [[I"Enumerable;To;;[ ; @A;0I" io.c;T[[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[ [;[ [;[7[I" argv;T@I[I"binmode;T@I[I" binmode?;T@I[I" close;T@I[I"closed?;T@I[I" each;T@I[I"each_byte;T@I[I"each_char;T@I[I"each_codepoint;T@I[I"each_line;T@I[I"eof;T@I[I" eof?;T@I[I"external_encoding;T@I[I" file;T@I[I" filename;T@I[I"fileno;T@I[I"getbyte;T@I[I" getc;T@I[I" gets;T@I[I"inplace_mode;T@I[I"inplace_mode=;T@I[I"inspect;T@I[I"internal_encoding;T@I[I"lineno;T@I[I"lineno=;T@I[I" path;T@I[I"pos;T@I[I" pos=;T@I[I" print;T@I[I"printf;T@I[I" putc;T@I[I" puts;T@I[I" read;T@I[I"read_nonblock;T@I[I" readbyte;T@I[I" readchar;T@I[I" readline;T@I[I"readlines;T@I[I"readpartial;T@I[I"rewind;T@I[I" seek;T@I[I"set_encoding;T@I[I" skip;T@I[I" tell;T@I[I" to_a;T@I[I" to_i;T@I[I" to_io;T@I[I" to_s;T@I[I"to_write_io;T@I[I" write;T@I[ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[I" io.c;T@AcRDoc::TopLevel