# File lib/guard/notifiers/tmux.rb, line 27 def available?(silent = false) if ENV[DEFAULTS[:tmux_environment]].nil? ::Guard::UI.error 'The :tmux notifier runs only on when Guard is executed inside of a tmux session.' unless silent false else true end end