Top Level Namespace
Defined in:
Method Summary
-
make_module(module_name : String) : Nil
Generates the module and saves to the
src/modulesdirectory. -
make_type(class_name : String) : Nil
Generates the types and saves to the
src/typesdirectory.
Method Detail
def make_module(module_name : String) : Nil
#
Generates the module and saves to the src/modules directory.
def make_type(class_name : String) : Nil
#
Generates the types and saves to the src/types directory.