# File lib/rhc/helpers.rb, line 144
    def success(msg, *args)
      say color(msg, :green), *args
    end