Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cruml
v0.8.1
Cruml
ClassList
Entities
ArgInfo
ClassInfo
MethodInfo
ModuleInfo
ModuleList
Parsers
ClassParser
MethodParser
RegexPatterns
VisibilityHelpers
VariableParser
Renders
Classifier
Config
DiagramRender
UML
Runner
Services
RegistryService
Transformer
Generated using Crystal 1.16.3
2025-11-11 13:14:48 UTC
class
Cruml::
Runner
Cruml::Runner
Reference
Object
Overview
Runner encapsulates the business logic of analyzing sources and rendering diagrams.
Defined in:
commands/runner.cr
Constructors
.new
(files : Array(String), output_dir : String =
"out/"
, verbose : Bool =
false
)
Instance Method Summary
#run
: Nil
Constructor Detail
def self.
new
(files : Array(String), output_dir : String =
"out/"
, verbose : Bool =
false
)
#
[
View source
]
Instance Method Detail
def
run
: Nil
#
[
View source
]