struct

Smith::Hooks::Definition

Inherits Struct < Value < Object

Constructors

new(event : Event, command : String, matcher : Regex | Nil = nil, timeout : Int32 = DEFAULT_TIMEOUT, once : Bool = false)
Source

Instance methods

command
Source
event
Source
matcher
Source
matches?(subject : String) : Bool

Without a matcher a hook applies to everything. subject is the tool name for the tool events and empty elsewhere.

Source
once?
Source
timeout
Source