module Barista::Behaviors::Software::Emittable

Direct including types

Defined in:

barista/behaviors/software/emittable.cr

Instance Method Summary

Instance Method Detail

def collect_error(arr : Array(String)) #

[View source]
def collect_output(arr : Array(String)) #

[View source]
def forward_error(&block : String -> ) #

[View source]
def forward_output(&block : String -> ) #

[View source]
def on_error #

[View source]
def on_error(&block : String -> Nil) #

[View source]
def on_output #

[View source]
def on_output(&block : String -> Nil) #

[View source]