magenta
31 32 33
# File 'lib/pupu/cli.rb', line 31 def note(*messages) puts messages.map { |msg| "\033[1;35m#{msg}\033[0m" } end