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 /
ruby19 /
share /
ri /
1.9.1 /
system /
RDoc /
Task /
Delete
Unzip
Name
Size
Permission
Date
Action
before_running_rdoc-i.ri
383
B
-rw-r--r--
2023-07-26 17:26
cdesc-Task.ri
2.99
KB
-rw-r--r--
2023-07-26 17:26
check_names-i.ri
346
B
-rw-r--r--
2023-07-26 17:26
clobber_task_description-i.ri
293
B
-rw-r--r--
2023-07-26 17:26
clobber_task_name-i.ri
174
B
-rw-r--r--
2023-07-26 17:26
defaults-i.ri
217
B
-rw-r--r--
2023-07-26 17:26
define-i.ri
231
B
-rw-r--r--
2023-07-26 17:26
external-i.ri
255
B
-rw-r--r--
2023-07-26 17:26
generator-i.ri
261
B
-rw-r--r--
2023-07-26 17:26
main-i.ri
264
B
-rw-r--r--
2023-07-26 17:26
name-i.ri
229
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
305
B
-rw-r--r--
2023-07-26 17:26
option_list-i.ri
244
B
-rw-r--r--
2023-07-26 17:26
options-i.ri
244
B
-rw-r--r--
2023-07-26 17:26
rdoc_dir-i.ri
255
B
-rw-r--r--
2023-07-26 17:26
rdoc_files-i.ri
256
B
-rw-r--r--
2023-07-26 17:26
rdoc_target-i.ri
162
B
-rw-r--r--
2023-07-26 17:26
rdoc_task_description-i.ri
279
B
-rw-r--r--
2023-07-26 17:26
rdoc_task_name-i.ri
168
B
-rw-r--r--
2023-07-26 17:26
rerdoc_task_description-i.ri
286
B
-rw-r--r--
2023-07-26 17:26
rerdoc_task_name-i.ri
172
B
-rw-r--r--
2023-07-26 17:26
template-i.ri
249
B
-rw-r--r--
2023-07-26 17:26
title-i.ri
235
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalClass[iI" Task:EFI"RDoc::Task;FI"Rake::TaskLib;Fo:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"NRDoc::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:@labelI" rdoc;T;[o; ;[I""Main task for this RDoc task.;T@o;;I"clobber_rdoc;T;[o; ;[I"ODelete 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"gem 'rdoc' ;FI"require 'rdoc/task' ;FI" ;FI"RDoc::Task.new do |rdoc| ;FI"! rdoc.main = "README.rdoc" ;FI"= rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb") ;FI" end ;Fo; ;[I"KThe +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"GYou may wish to give the task a different name, such as if you are;TI"Ogenerating two sets of documentation. For instance, if you want to have a;TI"@development set of documentation including private methods:;T@o;;[ I"gem 'rdoc' ;FI"require 'rdoc/task' ;FI" ;FI"(RDoc::Task.new :rdoc_dev do |rdoc| ;FI" rdoc.main = "README.doc" ;FI"= rdoc.rdoc_files.include("README.rdoc", "lib/**/*.rb") ;FI" rdoc.options << "--all" ;FI" end ;Fo; ;[I"6The tasks would then be named :<em>rdoc_dev</em>,;TI"::clobber_<em>rdoc_dev</em>, and :re<em>rdoc_dev</em>.;T@o; ;[I"MIf you wish to have completely different task names, then pass a Hash as;TI"Hfirst 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"gem 'rdoc' ;FI"require 'rdoc/task' ;FI" ;FI"DRDoc::Task.new(:rdoc => "rdoc", :clobber_rdoc => "rdoc:clean", ;FI"- :rerdoc => "rdoc:force") ;Fo; ;[I"HThis 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[[ I" external;FI"RW;F:publicF@`[ I"generator;FI"RW;F;F@`[ I" main;FI"RW;F;F@`[ I" name;FI"RW;F;F@`[ I"options;FI"RW;F;F@`[ I" rdoc_dir;FI"RW;F;F@`[ I"rdoc_files;FI"RW;F;F@`[ I" template;FI"RW;F;F@`[ I" title;FI"RW;F;F@`[ [ [[I" class;F[[;[[I"new;F@`[:protected[ [:private[ [I" instance;F[[;[ [I"before_running_rdoc;F@`[I"check_names;F@`[I"clobber_task_description;F@`[I" defaults;F@`[I"define;F@`[I"option_list;F@`[I"rdoc_task_description;F@`[I"rerdoc_task_description;F@`[;[ [;[ [I"clobber_task_name;F@`[I"rdoc_target;F@`[I"rdoc_task_name;F@`[I"rerdoc_task_name;F@`