Sha256: f329ad5cfa35ceb5dd94fc8e1f90a2c21b5ccc160bae0022e5e8bd0336ea2489
Contents?: true
Size: 375 Bytes
Versions: 16
Compression:
Stored size: 375 Bytes
Contents
def shelleval commandtext = "%s " % [@a_shelleval] begin # exception trapped block commandtextnext = File.join($shellscript_directory,commandtext) @result =`#{commandtext}` rescue SystemCallError, StandardError $stderr.print "system call error: " + $! end # exception rescue end
Version data entries
16 entries across 16 versions & 4 rubygems