class Bindgen::FindPath::VersionedMatchFinder
- Bindgen::FindPath::VersionedMatchFinder
- Reference
- Object
Overview
Finds all matches, yielding them in the sorted order going from most to least preferred.
Included Modules
- Enumerable(String)
Defined in:
bindgen/find_path/versioned_match_finder.crConstructors
Instance Method Summary
-
#additional_variables : Hash(String, String) | Nil
Additional variables to be set by this match.
-
#each(&)
Iterates over the set of candidates, yielding each candidate in sorted order.
Constructor Detail
Instance Method Detail
def additional_variables : Hash(String, String) | Nil
#
Additional variables to be set by this match.