# File lib/airbrussh/configuration.rb, line 53 def show_command_output?(sym) command_output == true || Array(command_output).include?(sym) end