Sha256: 1ff842346c71a7032f5af07795845ee3a7f6cdf5379f666c9421b9a6e3012227

Contents?: true

Size: 449 Bytes

Versions: 3

Compression:

Stored size: 449 Bytes

Contents

  def playrubyscript
  
    
    nametext = "%s" % [@a_rubyscriptcmd]
	 
      begin # exception trapped block
         fileName = "scripts/" + nametext + ".rb"
        
	    
	       rubyfile_contents = File.read( fileName)
     temp  = eval( rubyfile_contents)
	      
      
	      
	      
        

        
        rescue SystemCallError, StandardError
            $stderr.print "system call error: " + $!
        end # exception rescue
  end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rwddemo-0.90 code/superant.com.rwdshell/playrubyscript.rb
rwdshell-0.95 code/superant.com.rwdshell/playrubyscript.rb
rwdshell-0.96 code/superant.com.rwdshell/playrubyscript.rb