class Guard::Jobs::Base
def background
def background end
def foreground
-
(Symbol)
- :exit to tell Guard to terminate -
(Symbol)
- :stopped once job is finished
def foreground end
def handle_interrupt
Signal handler calls this, so avoid actually doing
def handle_interrupt end
def initialize(_options)
def initialize(_options) end