module Barista::Behaviors::Software::Emittable
Direct including types
- Barista::Behaviors::Brew::ActionCommands
- Barista::Behaviors::Brew::Task
- Barista::Behaviors::Omnibus::Packagers::Base
- Barista::Behaviors::Software::Commands::Base
- Barista::Behaviors::Software::Task
Defined in:
barista/behaviors/software/emittable.crInstance Method Summary
- #collect_error(arr : Array(String))
- #collect_output(arr : Array(String))
- #forward_error(&block : String -> )
- #forward_output(&block : String -> )
- #on_error
- #on_error(&block : String -> Nil)
- #on_output
- #on_output(&block : String -> Nil)