Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Capistrano 2.x ではcurrent_task.name、タスク内で使用して現在のタスクの名前を取得できました。Capistrano 3 に似たようなものはありますか?
current_task.name
理解した:
task :foo do |task| current_task_name = task.name_with_args end