Method: Travis::Tools::System.description
- Defined in:
- lib/travis/tools/system.rb
.description(*args) ⇒ Object
75 76 77 |
# File 'lib/travis/tools/system.rb', line 75 def description(*args) [full_os, ruby, rubygems, *args.flatten].compact.uniq.join('; ') end |