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