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.196
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 /
RDocTask /
Delete
Unzip
Name
Size
Permission
Date
Action
before_running_rdoc-i.ri
470
B
-rw-r--r--
2024-06-26 17:25
cdesc-RDocTask.ri
3.08
KB
-rw-r--r--
2024-06-26 17:25
check_names-i.ri
432
B
-rw-r--r--
2024-06-26 17:25
clobber_task_description-i.ri
378
B
-rw-r--r--
2024-06-26 17:25
clobber_task_name-i.ri
258
B
-rw-r--r--
2024-06-26 17:25
defaults-i.ri
302
B
-rw-r--r--
2024-06-26 17:25
define-i.ri
316
B
-rw-r--r--
2024-06-26 17:25
external-i.ri
338
B
-rw-r--r--
2024-06-26 17:25
generator-i.ri
363
B
-rw-r--r--
2024-06-26 17:25
main-i.ri
348
B
-rw-r--r--
2024-06-26 17:25
markup-i.ri
349
B
-rw-r--r--
2024-06-26 17:25
name-i.ri
312
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
391
B
-rw-r--r--
2024-06-26 17:25
option_list-i.ri
329
B
-rw-r--r--
2024-06-26 17:25
options-i.ri
327
B
-rw-r--r--
2024-06-26 17:25
rdoc_dir-i.ri
338
B
-rw-r--r--
2024-06-26 17:25
rdoc_files-i.ri
339
B
-rw-r--r--
2024-06-26 17:25
rdoc_target-i.ri
246
B
-rw-r--r--
2024-06-26 17:25
rdoc_task_description-i.ri
364
B
-rw-r--r--
2024-06-26 17:25
rdoc_task_name-i.ri
252
B
-rw-r--r--
2024-06-26 17:25
rerdoc_task_description-i.ri
371
B
-rw-r--r--
2024-06-26 17:25
rerdoc_task_name-i.ri
256
B
-rw-r--r--
2024-06-26 17:25
template-i.ri
332
B
-rw-r--r--
2024-06-26 17:25
title-i.ri
318
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::NormalClass[iI" RDocTask:ET@I"Rake::TaskLib;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"ORDoc::Task creates the following rake tasks to generate and clean up RDoc ;TI"output:;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: LABEL:@items[o:RDoc::Markup::ListItem:@label[I" rdoc;T;[o; ;[I""Main task for this RDoc task.;T@o;;[I"clobber_rdoc;T;[o; ;[I"PDelete all the rdoc files. This target is automatically added to the main ;TI"clobber target.;T@o;;[I"rerdoc;T;[o; ;[I"KRebuild the rdoc files from scratch, even if they are not out of date.;T@o; ;[I"Simple Example:;T@o:RDoc::Markup::Verbatim;[I"require 'rdoc/task' ;TI" ;TI"RDoc::Task.new do |rdoc| ;TI"! rdoc.main = "README.rdoc" ;TI"= rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb") ;TI" end ;T:@format0o; ;[I"LThe +rdoc+ object passed to the block is an RDoc::Task object. See the ;TI"Rattributes list for the RDoc::Task class for available customization options.;T@S:RDoc::Markup::Heading: leveli: textI"$Specifying different task names;T@o; ;[I"HYou may wish to give the task a different name, such as if you are ;TI"Pgenerating two sets of documentation. For instance, if you want to have a ;TI"@development set of documentation including private methods:;T@o;;[I"require 'rdoc/task' ;TI" ;TI"(RDoc::Task.new :rdoc_dev do |rdoc| ;TI" rdoc.main = "README.doc" ;TI"= rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb") ;TI" rdoc.options << "--all" ;TI" end ;T;0o; ;[I"7The tasks would then be named :<em>rdoc_dev</em>, ;TI"::clobber_<em>rdoc_dev</em>, and :re<em>rdoc_dev</em>.;T@o; ;[I"NIf you wish to have completely different task names, then pass a Hash as ;TI"Ifirst argument. With the <tt>:rdoc</tt>, <tt>:clobber_rdoc</tt> and ;TI"O<tt>:rerdoc</tt> options, you can customize the task names to your liking.;T@o; ;[I"For example:;T@o;;[ I"require 'rdoc/task' ;TI" ;TI"DRDoc::Task.new(:rdoc => "rdoc", :clobber_rdoc => "rdoc:clean", ;TI"- :rerdoc => "rdoc:force") ;T;0o; ;[I"IThis will create the tasks <tt>:rdoc</tt>, <tt>:rdoc:clean</tt> and ;TI"<tt>:rdoc:force</tt>.;T: @fileI"lib/rdoc/task.rb;T:0@omit_headings_from_table_of_contents_below0;0;0[[ I" external;TI"RW;T:privateFI"lib/rdoc/task.rb;T[ I"generator;T@c;F@d[ I" main;T@c;F@d[ I"markup;T@c;F@d[ I" name;T@c;F@d[ I"options;T@c;F@d[ I" rdoc_dir;T@c;F@d[ I"rdoc_files;T@c;F@d[ I" template;T@c;F@d[ I" title;T@c;F@d[ [ [[I" class;T[[:public[ [:protected[ [;[[I"new;T@d[I" instance;T[[;[ [;[ [;[[I"before_running_rdoc;T@d[I"check_names;T@d[I"clobber_task_description;T@d[I"clobber_task_name;T@d[I" defaults;T@d[I"define;T@d[I"option_list;T@d[I"rdoc_target;T@d[I"rdoc_task_description;T@d[I"rdoc_task_name;T@d[I"rerdoc_task_description;T@d[I"rerdoc_task_name;T@d[ [U:RDoc::Context::Section[i 0o;;[ ;0;0[I"lib/rdoc/task.rb;T@_cRDoc::TopLevel