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