We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83e40e3 + 0106f83 commit b2cceedCopy full SHA for b2cceed
doc/rakefile.rdoc
@@ -30,7 +30,7 @@ parameter that is the name of the task.
30
Any prerequisites are given as a list (enclosed in square brackets)
31
following the name and an arrow (=>).
32
33
- task name: [:prereq1, :prereq2]
+ task :name => [:prereq1, :prereq2]
34
35
*NOTE:* Although this syntax looks a little funky, it is legal
36
Ruby. We are constructing a hash where the key is :name and the value
0 commit comments