class Guard::Jobs::Base
Public Class Methods
Public Instance Methods
Source
# File lib/guard/jobs/base.rb, line 9 def foreground end
@return [Symbol] :stopped once job is finished @return [Symbol] :exit to tell Guard
to terminate
Source
# File lib/guard/jobs/base.rb, line 17 def handle_interrupt end
Signal handler calls this, so avoid actually doing anything other than signaling threads