task(*args) { ... } -> Rake::Task
Rake タスクを定義します。
例:
task :clobber => [:clean] do rm_rf "html" end
[SEE_ALSO] Rake::Task.define_task