class Effect::Runner
- Effect::Runner
- Reference
- Object
Defined in:
effect.crClass Method Summary
-
.run(ctx, image_path : Path, list)
Run the given list of commands, applying them to the given file.
-
.validate(ctx, list : CommandList)
Validate the given list of commands makes sense for the runner
Class Method Detail
def self.run(ctx, image_path : Path, list)
#
Run the given list of commands, applying them to the given file.
def self.validate(ctx, list : CommandList)
#
Validate the given list of commands makes sense for the runner