Method: Travis::Tools::System.rubygems
- Defined in:
- lib/travis/tools/system.rb
.rubygems ⇒ Object
69 70 71 72 73 |
# File 'lib/travis/tools/system.rb', line 69 def rubygems return 'no RubyGems' unless defined? Gem "RubyGems #{Gem::VERSION}" end |