Module: Ace::Core::Atoms

Defined in:
lib/ace/core/atoms/config_summary.rb,
lib/ace/core/atoms/env_parser.rb,
lib/ace/core/atoms/file_reader.rb,
lib/ace/core/atoms/glob_expander.rb,
lib/ace/core/atoms/template_parser.rb,
lib/ace/core/atoms/command_executor.rb,
lib/ace/core/atoms/process_terminator.rb

Overview

Atomic operations - pure functions with no side effects Atoms are the building blocks for more complex operations. See ADR-011 for ATOM architecture details.

Defined Under Namespace

Modules: CommandExecutor, EnvParser, FileReader, GlobExpander, ProcessTerminator, TemplateParser Classes: ConfigSummary