Class Script
In: lib/core/script.rb
Parent: Root
Script
Root
TopLevel

The Script class defines te characteristic of an executable program.

Methods

compile   execute   load   new  

Attributes

prog  [RW] 

Public Class methods

Create a new Script

name
The filename of the script
owner
The owner id of this script
language
The language of the script
return
A handle to the new Object

Public Instance methods

Compile a program

return
success or failure

Execute a program

return
success or failure

Load a program

return
success or failure

[Validate]