7 8 9 10
# File 'lib/eo/gem.rb', line 7 def gemopen(args) path = gempick(args) system([Eo::Config['open'],path].join(' ')) if path end