Class: SDC::Sript

Inherits:
Object
  • Object
show all
Defined in:
engine_docs/automatic_doc_Sript.rb

Class Method Summary collapse

Class Method Details

.load(filename) ⇒ true

Loads and executes the script with the given filename

Parameters:

  • filename (String)

Returns:

  • (true)


# File 'engine_docs/automatic_doc_Sript.rb', line 4

.load_recursively(path) ⇒ true

Loads and executes all scripts in the given path name

Parameters:

  • path (String)

Returns:

  • (true)


# File 'engine_docs/automatic_doc_Sript.rb', line 10