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

Version Path
bigtinker-0.94 code/superant.com.rwdshell/shelleval.rb
bigtinker-0.93 code/superant.com.rwdshell/shelleval.rb
bigtinker-0.97 code/superant.com.rwdshell/shelleval.rb
bigtinker-0.95 code/superant.com.rwdshell/shelleval.rb
bigtinker-0.98 code/superant.com.rwdshell/shelleval.rb
bigtinker-0.96 code/superant.com.rwdshell/shelleval.rb
rwddemo-0.91 code/superant.com.rwdshell/shelleval.rb
rwddemo-0.92 code/superant.com.rwdshell/shelleval.rb
rwdruby-1.05 code/superant.com.rwdshell/shelleval.rb
rwdruby-1.06 code/superant.com.rwdshell/shelleval.rb
rwdruby-1.08 code/superant.com.rwdshell/shelleval.rb
rwdruby-1.07 code/superant.com.rwdshell/shelleval.rb
rwdshell-0.99 code/superant.com.rwdshell/shelleval.rb
rwdshell-1.00 code/superant.com.rwdshell/shelleval.rb
rwdshell-0.98 code/superant.com.rwdshell/shelleval.rb
rwdshell-0.97 code/superant.com.rwdshell/shelleval.rb