Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
AgentApropos::Matcher
Instance methods
compile
(source :
String
) :
Regex
Source
content_match?
(source :
String
, content :
String
) :
Bool
Source
matching_contents
(sources :
Enumerable
(
String
), content :
String
) :
Array
(
String
)
Source
matching_paths
(patterns :
Enumerable
(
String
), path :
String
) :
Array
(
String
)
Source
path_match?
(pattern :
String
, path :
String
) :
Bool
Source
triggers
(paths :
Array
(
String
), contents :
Array
(
String
), path :
String
, content :
String
|
Nil
) :
Array
(
String
) |
Nil
Source
valid_glob?
(pattern :
String
) :
Bool
Source
Nested types
AgentApropos::Matcher::Error