# File lib/guard/jobs/base.rb, line 4 def initialize(_options) end
# File lib/guard/jobs/base.rb, line 12 def background end
@return [Symbol] :stopped once job is finished @return [Symbol] :exit to tell Guard to terminate
# File lib/guard/jobs/base.rb, line 9 def foreground end
Signal handler calls this, so avoid actually doing anything other than signaling threads
# File lib/guard/jobs/base.rb, line 17 def handle_interrupt end