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.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby24 /
share /
ri /
2.4.0 /
system /
RDocTask /
Delete
Unzip
Name
Size
Permission
Date
Action
before_running_rdoc-i.ri
465
B
-rw-r--r--
2023-07-26 18:18
cdesc-RDocTask.ri
3.12
KB
-rw-r--r--
2023-07-26 18:18
check_names-i.ri
427
B
-rw-r--r--
2023-07-26 18:18
clobber_task_description-i.ri
373
B
-rw-r--r--
2023-07-26 18:18
clobber_task_name-i.ri
254
B
-rw-r--r--
2023-07-26 18:18
defaults-i.ri
297
B
-rw-r--r--
2023-07-26 18:18
define-i.ri
311
B
-rw-r--r--
2023-07-26 18:18
external-i.ri
339
B
-rw-r--r--
2023-07-26 18:18
generator-i.ri
363
B
-rw-r--r--
2023-07-26 18:18
main-i.ri
349
B
-rw-r--r--
2023-07-26 18:18
markup-i.ri
350
B
-rw-r--r--
2023-07-26 18:18
name-i.ri
313
B
-rw-r--r--
2023-07-26 18:18
new-c.ri
386
B
-rw-r--r--
2023-07-26 18:18
option_list-i.ri
324
B
-rw-r--r--
2023-07-26 18:18
options-i.ri
328
B
-rw-r--r--
2023-07-26 18:18
rdoc_dir-i.ri
339
B
-rw-r--r--
2023-07-26 18:18
rdoc_files-i.ri
340
B
-rw-r--r--
2023-07-26 18:18
rdoc_target-i.ri
242
B
-rw-r--r--
2023-07-26 18:18
rdoc_task_description-i.ri
359
B
-rw-r--r--
2023-07-26 18:18
rdoc_task_name-i.ri
248
B
-rw-r--r--
2023-07-26 18:18
rerdoc_task_description-i.ri
366
B
-rw-r--r--
2023-07-26 18:18
rerdoc_task_name-i.ri
252
B
-rw-r--r--
2023-07-26 18:18
template-i.ri
333
B
-rw-r--r--
2023-07-26 18:18
title-i.ri
319
B
-rw-r--r--
2023-07-26 18:18
Save
Rename
U:RDoc::NormalClass[iI" RDocTask:EF@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:publicFI"lib/rdoc/task.rb;T[ I"generator;TI"RW;T;F@d[ I" main;TI"RW;T;F@d[ I"markup;TI"RW;T;F@d[ I" name;TI"RW;T;F@d[ I"options;TI"RW;T;F@d[ I" rdoc_dir;TI"RW;T;F@d[ I"rdoc_files;TI"RW;T;F@d[ I" template;TI"RW;T;F@d[ I" title;TI"RW;T;F@d[ [ [[I" class;T[[;[[I"new;T@d[:protected[ [:private[ [I" instance;T[[;[ [I"before_running_rdoc;F@d[I"check_names;F@d[I"clobber_task_description;F@d[I" defaults;F@d[I"define;F@d[I"option_list;F@d[I"rdoc_task_description;F@d[I"rerdoc_task_description;F@d[;[ [;[ [I"clobber_task_name;F@d[I"rdoc_target;F@d[I"rdoc_task_name;F@d[I"rerdoc_task_name;F@d[ [U:RDoc::Context::Section[i 0o;;[ ;0;0[@_@_cRDoc::TopLevel