# File lib/cabin/mixins/terminal.rb, line 5 def terminal(message) publish(message) do |output, event| output.respond_to?(:tty?) && output.tty? end end