class Guard::Jobs::Base
Public Class Methods
new(_options)
click to toggle source
# File lib/guard/jobs/base.rb, line 4 def initialize(_options) end
Public Instance Methods
background()
click to toggle source
# File lib/guard/jobs/base.rb, line 12 def background end
foreground()
click to toggle source
@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
handle_interrupt()
click to toggle source
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