Sha256: b4618d9052f98c53b1d403a4b04356def10139102db73511cd6fe4da9144e03e
Contents?: true
Size: 638 Bytes
Versions: 7
Compression:
Stored size: 638 Bytes
Contents
def rungemcommand commandtext = "gem " + @a_gemcommandinput.to_s + " " + @a_gemcommandoptioninput.to_s commandtemp = $xpcommand + commandtext begin # exception trapped block @gemcommandresult = `#{commandtemp} 2>&1` rescue SystemCallError, StandardError @gemcommandresult = "system call error: " + $! end # exception rescue end def showgemcommandoptions @gemcommandoptions = ["help","--version","list --local","cleanup","dependency","check -a","check --test","search","search --remote","specification","uninstall --executables"," "].rwd_options end
Version data entries
7 entries across 7 versions & 1 rubygems