# File lib/commander/user_interaction.rb, line 95 def say_error(*args) args.each do |arg| say HighLine.default_instance.color(arg, :red) end end