Sha256: 37f34d8cb24331286335da6dd8095434a63f8d19c5397f98c2effc94a33f4c17
Contents?: true
Size: 397 Bytes
Versions: 9
Compression:
Stored size: 397 Bytes
Contents
def installgemremote require 'fileutils' nametext = "%s" % [@a_installgeminput] begin # exception trapped block commandline = $xpcommand + "gem install " + nametext @installgemresult = `#{commandline}` rescue @installgemresult = "error during gem install!" end # exception rescue end
Version data entries
9 entries across 9 versions & 1 rubygems