Sha256: ae5351906cedcb25fcd7cab00f20c405aba2ebe6a4cc201c0e7e0789b664e8a8

Contents?: true

Size: 348 Bytes

Versions: 10

Compression:

Stored size: 348 Bytes

Contents

   
   def shelleval
   
    commandtext = "%s " % [@a_shelleval]

        begin # exception trapped block
         system(commandtext+' > temp.output')

        
         @result =`#{commandtext}`
        
        rescue SystemCallError, StandardError
            $stderr.print "system call error: " + $!
        end # exception rescue

  end



Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
rwddemo-0.8 code/dd0shelleval/shelleval.rb
rwddemo-0.7 code/dd0shelleval/shelleval.rb
rwddemo-0.6 code/dd0shelleval/dd0shelleval.rb
rwddemo-0.90 code/superant.com.rwdshell/shelleval.rb
rwdshell-0.94 code/dd0shelleval/shelleval.rb
rwdshell-0.93 code/dd0shelleval/shelleval.rb
rwdshell-0.9 code/dd0shelleval/dd0shelleval.rb
rwdshell-0.95 code/superant.com.rwdshell/shelleval.rb
rwdshell-0.92 code/dd0shelleval/shelleval.rb
rwdshell-0.96 code/superant.com.rwdshell/shelleval.rb