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 /
ruby34 /
share /
ri /
system /
Fiber /
Delete
Unzip
Name
Size
Permission
Date
Action
Scheduler
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%5b%5d%3d-c.ri
532
B
-rw-r--r--
2026-04-07 16:51
%5b%5d-c.ri
507
B
-rw-r--r--
2026-04-07 16:51
alive%3f-i.ri
457
B
-rw-r--r--
2026-04-07 16:51
backtrace-i.ri
1.59
KB
-rw-r--r--
2026-04-07 16:51
backtrace_locations-i.ri
856
B
-rw-r--r--
2026-04-07 16:51
blocking%3f-c.ri
907
B
-rw-r--r--
2026-04-07 16:51
blocking%3f-i.ri
748
B
-rw-r--r--
2026-04-07 16:51
blocking-c.ri
512
B
-rw-r--r--
2026-04-07 16:51
cdesc-Fiber.ri
3.93
KB
-rw-r--r--
2026-04-07 16:51
current-c.ri
409
B
-rw-r--r--
2026-04-07 16:51
current_scheduler-c.ri
473
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
234
B
-rw-r--r--
2026-04-07 16:51
kill-i.ri
952
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
1.96
KB
-rw-r--r--
2026-04-07 16:51
raise-i.ri
1.46
KB
-rw-r--r--
2026-04-07 16:51
resume-i.ri
886
B
-rw-r--r--
2026-04-07 16:51
schedule-c.ri
1.62
KB
-rw-r--r--
2026-04-07 16:51
scheduler-c.ri
625
B
-rw-r--r--
2026-04-07 16:51
set_scheduler-c.ri
971
B
-rw-r--r--
2026-04-07 16:51
storage%3d-i.ri
1.01
KB
-rw-r--r--
2026-04-07 16:51
storage-i.ri
399
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
231
B
-rw-r--r--
2026-04-07 16:51
transfer-i.ri
3.7
KB
-rw-r--r--
2026-04-07 16:51
yield-c.ri
615
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"backtrace:ETI"Fiber#backtrace;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"XReturns the current execution stack of the fiber. +start+, +count+ and +end+ allow ;TI"+to select only parts of the backtrace.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; ['I"def level3 ;TI" Fiber.yield ;TI" end ;TI" ;TI"def level2 ;TI" level3 ;TI" end ;TI" ;TI"def level1 ;TI" level2 ;TI" end ;TI" ;TI"f = Fiber.new { level1 } ;TI" ;TI",# It is empty before the fiber started ;TI"f.backtrace ;TI"#=> [] ;TI" ;TI"f.resume ;TI" ;TI"f.backtrace ;TI"�#=> ["test.rb:2:in `yield'", "test.rb:2:in `level3'", "test.rb:6:in `level2'", "test.rb:10:in `level1'", "test.rb:13:in `block in <main>'"] ;TI".p f.backtrace(1) # start from the item 1 ;TI"y#=> ["test.rb:2:in `level3'", "test.rb:6:in `level2'", "test.rb:10:in `level1'", "test.rb:13:in `block in <main>'"] ;TI"5p f.backtrace(2, 2) # start from item 2, take 2 ;TI"=#=> ["test.rb:6:in `level2'", "test.rb:10:in `level1'"] ;TI"2p f.backtrace(1..3) # take items from 1 to 3 ;TI"V#=> ["test.rb:2:in `level3'", "test.rb:6:in `level2'", "test.rb:10:in `level1'"] ;TI" ;TI"f.resume ;TI" ;TI"-# It is nil after the fiber is finished ;TI"f.backtrace ;TI"#=> nil;T:@format0: @fileI"cont.c;T:0@omit_headings_from_table_of_contents_below0I"�fiber.backtrace -> array fiber.backtrace(start) -> array fiber.backtrace(start, count) -> array fiber.backtrace(start..end) -> array ;T0[ I"(*args);T@4FI" Fiber;TcRDoc::NormalClass00