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 /
ruby22 /
share /
ri /
2.2.0 /
system /
Rake /
DSL /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-DSL.ri
907
B
-rw-r--r--
2023-07-26 18:01
desc-i.ri
680
B
-rw-r--r--
2023-07-26 18:01
directory-i.ri
497
B
-rw-r--r--
2023-07-26 18:01
file-i.ri
676
B
-rw-r--r--
2023-07-26 18:01
file_create-i.ri
379
B
-rw-r--r--
2023-07-26 18:01
import-i.ri
887
B
-rw-r--r--
2023-07-26 18:01
multitask-i.ri
649
B
-rw-r--r--
2023-07-26 18:01
namespace-i.ri
886
B
-rw-r--r--
2023-07-26 18:01
rule-i.ri
491
B
-rw-r--r--
2023-07-26 18:01
task-i.ri
1.42
KB
-rw-r--r--
2023-07-26 18:01
Save
Rename
U:RDoc::AnyMethod[iI" task:EFI"Rake::DSL#task;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NDeclare a basic task. The +task_name+ is always the first argument. If ;TI"Bthe task name contains a ":" it is defined in that namespace.;To:RDoc::Markup::BlankLine o; ; [I"MThe +dependencies+ may be a single task name or an Array of task names. ;TI"NThe +argument+ (a single name) or +arguments+ (an Array of names) define ;TI"(the arguments provided to the task.;T@o; ; [I"FThe task, argument and dependency names may be either symbols or ;TI" strings.;T@o; ; [I"%A task with a single dependency:;T@o:RDoc::Markup::Verbatim; [I" task clobber: %w[clean] do ;TI" rm_rf "html" ;TI" end ;T:@format0o; ; [I".A task with an argument and a dependency:;T@o;; [I"5task :package, [:version] => :test do |t, args| ;TI" # ... ;TI" end ;T; 0o; ; [I"/To invoke this task from the command line:;T@o;; [I"$ rake package[1.2.3] ;T; 0o; ; [I"Alternate definition:;T@o;; [I"8task :package, :version, needs: :test do |t, args| ;TI" # ... ;TI"end;T; 0: @fileI"lib/rake/dsl_definition.rb;T:0@omit_headings_from_table_of_contents_below0I"�task task_name task task_name: dependencies task task_name, arguments => dependencies task task_name, argument[, argument ...], :needs: dependencies ;T0[ I"(*args, &block);T@7FI"DSL;FcRDoc::NormalModule00