Module: SDC::Script
- Defined in:
- engine_docs/automatic_doc_Script.rb
Overview
Module for script utilities
Class Method Summary collapse
-
.debug? ⇒ Boolean
Returns true if debug routines are enabled.
-
.path ⇒ String
Returns the current script loading path.
-
.path=(new_path) ⇒ String
Sets the script loading path.
-
.version ⇒ String
Returns the current version of Shidacea.
Class Method Details
.debug? ⇒ Boolean
Returns true if debug routines are enabled
|
# File 'engine_docs/automatic_doc_Script.rb', line 16
|
.path ⇒ String
Returns the current script loading path
|
# File 'engine_docs/automatic_doc_Script.rb', line 5
|
.path=(new_path) ⇒ String
Sets the script loading path
|
# File 'engine_docs/automatic_doc_Script.rb', line 10
|
.version ⇒ String
Returns the current version of Shidacea
|
# File 'engine_docs/automatic_doc_Script.rb', line 21
|