Class: SDC::Sript
- Inherits:
-
Object
- Object
- SDC::Sript
- Defined in:
- engine_docs/automatic_doc_Sript.rb
Class Method Summary collapse
-
.load(filename) ⇒ true
Loads and executes the script with the given filename.
-
.load_recursively(path) ⇒ true
Loads and executes all scripts in the given path name.
Class Method Details
.load(filename) ⇒ true
Loads and executes the script with the given filename
|
# File 'engine_docs/automatic_doc_Sript.rb', line 4
|
.load_recursively(path) ⇒ true
Loads and executes all scripts in the given path name
|
# File 'engine_docs/automatic_doc_Sript.rb', line 10
|