class Cruml::ModuleList

Overview

Consists of processing a list of modules.

Defined in:

module_list.cr

Class Method Summary

Class Method Detail

def self.add(module_info : Cruml::Entities::ModuleInfo) : Nil #

Adds the module info to the module array.


[View source]
def self.clear : Nil #

Clear the array of modules.


[View source]
def self.find_by_name(module_name : String) : Cruml::Entities::ModuleInfo | Nil #

Find a module info by name.


[View source]
def self.modules #

[View source]