# File lib/travis/tools/system.rb, line 72 def description(*args) [ full_os, ruby, rubygems, *args.flatten].compact.uniq.join("; ") end