dotar/vim/snippets/ruby/task.snippet

5 lines
101 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
desc '${1:Task description}'
task ${2:task_name}${3: ['dependent:task', 'other:task2']} do
${4}
end