struct Bindgen::FindPath::MatchCollector
- Bindgen::FindPath::MatchCollector
- Struct
- Value
- Object
Overview
Collects the found candidate from a given match finder.
Defined in:
bindgen/find_path/match_collector.crConstructors
Instance Method Summary
-
#collect(finder) : String | Nil
Returns the first match finder returns.
- #initialize
Constructor Detail
Instance Method Detail
def collect(finder) : String | Nil
#
Returns the first match finder returns. Returns nil
if nothing was
found.