class Anticipate::Runner

Defined in:

anticipate/runner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : String, read_write_timeout : Time::Span = Time::Span.new(seconds: 10)) #

[View source]

Instance Method Detail

def close #

[View source]
def closed : Bool #

[View source]
def receive(message : String | Regex, file = __FILE__, line = __LINE__) #

[View source]
def send(message : String, file = __FILE__, line = __LINE__) #

[View source]