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