module AfterNotifier
Constants
- VERSION
Public Class Methods
run(argv)
click to toggle source
# File lib/after_notifier.rb, line 8 def self.run(argv) parser = AfterNotifier::OptionParser.new(argv) if PidGuard.new(parser.pid).finished? exec TerminalNotifier::BIN_PATH, *(parser.terminal_notifier_options) end end