Smith::Hooks::Definition
Inherits Struct < Value < Object
Constructors
new(event : Event, command : String, matcher : Regex | Nil = nil, timeout : Int32 = DEFAULT_TIMEOUT, once : Bool = false)
SourceInstance methods
command
Sourceevent
Sourcematcher
Sourcematches?(subject : String) : Bool
Without a matcher a hook applies to everything. subject is the tool
name for the tool events and empty elsewhere.
once?
Sourcetimeout
Source