Sha256: 6537314738c696ee00ee7dac8349c6544eecc4c748c855763f7ceba05cb0c0b4
Contents?: true
Size: 1.23 KB
Versions: 22
Compression:
Stored size: 1.23 KB
Contents
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; 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 ;T0[ I"(*args, &block);T@/FI"DSL;FcRDoc::NormalModule00
Version data entries
22 entries across 22 versions & 2 rubygems