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.60
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Ripper /
Delete
Unzip
Name
Size
Permission
Date
Action
Filter
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
cdesc-Ripper.ri
4.93
KB
-rw-r--r--
2024-06-26 17:25
column-i.ri
388
B
-rw-r--r--
2024-06-26 17:25
compile_error-i.ri
355
B
-rw-r--r--
2024-06-26 17:25
debug_output%3d-i.ri
348
B
-rw-r--r--
2024-06-26 17:25
debug_output-i.ri
346
B
-rw-r--r--
2024-06-26 17:25
dedent_string-c.ri
503
B
-rw-r--r--
2024-06-26 17:25
dedent_string-i.ri
728
B
-rw-r--r--
2024-06-26 17:25
encoding-i.ri
348
B
-rw-r--r--
2024-06-26 17:25
end_seen%3f-i.ri
373
B
-rw-r--r--
2024-06-26 17:25
error%3f-i.ri
349
B
-rw-r--r--
2024-06-26 17:25
filename-i.ri
348
B
-rw-r--r--
2024-06-26 17:25
lex-c.ri
1.33
KB
-rw-r--r--
2024-06-26 17:25
lex_state_name-c.ri
372
B
-rw-r--r--
2024-06-26 17:25
lineno-i.ri
386
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
564
B
-rw-r--r--
2024-06-26 17:25
parse-c.ri
436
B
-rw-r--r--
2024-06-26 17:25
parse-i.ri
347
B
-rw-r--r--
2024-06-26 17:25
sexp-c.ri
1.21
KB
-rw-r--r--
2024-06-26 17:25
sexp_raw-c.ri
1.3
KB
-rw-r--r--
2024-06-26 17:25
slice-c.ri
917
B
-rw-r--r--
2024-06-26 17:25
state-i.ri
343
B
-rw-r--r--
2024-06-26 17:25
token-i.ri
336
B
-rw-r--r--
2024-06-26 17:25
tokenize-c.ri
845
B
-rw-r--r--
2024-06-26 17:25
warn-i.ri
394
B
-rw-r--r--
2024-06-26 17:25
warning-i.ri
402
B
-rw-r--r--
2024-06-26 17:25
yydebug%3d-i.ri
324
B
-rw-r--r--
2024-06-26 17:25
yydebug-i.ri
331
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" sexp_raw:ETI"Ripper::sexp_raw;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::List: @type: LABEL:@items[o:RDoc::Markup::ListItem:@label[I"EXPERIMENTAL;T; [o:RDoc::Markup::Paragraph; [I")Parses +src+ and create S-exp tree. ;TI".This method is mainly for developer use. ;TI"0The +filename+ argument is mostly ignored. ;TI"EBy default, this method does not handle syntax errors in +src+, ;TI"Creturning +nil+ in such cases. Use the +raise_errors+ keyword ;TI"2to raise a SyntaxError for an error in +src+.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"require 'ripper' ;TI"require 'pp' ;TI" ;TI",pp Ripper.sexp_raw("def m(a) nil end") ;TI" #=> [:program, ;TI" [:stmts_add, ;TI" [:stmts_new], ;TI" [:def, ;TI"& [:@ident, "m", [1, 4]], ;TI"L [:paren, [:params, [[:@ident, "a", [1, 6]]], nil, nil, nil]], ;TI" [:bodystmt, ;TI"N [:stmts_add, [:stmts_new], [:var_ref, [:@kw, "nil", [1, 9]]]], ;TI" nil, ;TI" nil, ;TI" nil]]]];T:@format0: @fileI""ext/ripper/lib/ripper/sexp.rb;T:0@omit_headings_from_table_of_contents_below000[ I";(src, filename = '-', lineno = 1, raise_errors: false);T@+FI"Ripper;TcRDoc::NormalClass00