# File lib/hammer_cli_foreman_tasks/async_command.rb, line 5 def self.included(base) base.send(:include, HammerCLIForemanTasks::Helper) base.send(:option, '--async', :flag, 'Do not wait for the task') end