Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/rakefile.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameter that is the name of the task.
Any prerequisites are given as a list (enclosed in square brackets)
following the name and an arrow (=>).

task name: [:prereq1, :prereq2]
task :name => [:prereq1, :prereq2]

*NOTE:* Although this syntax looks a little funky, it is legal
Ruby. We are constructing a hash where the key is :name and the value
Expand Down