class Bindgen::FindPath::VersionedMatchFinder

Overview

Finds all matches, yielding them in the sorted order going from most to least preferred.

Included Modules

Defined in:

bindgen/find_path/versioned_match_finder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(finder : Enumerable(String), version_check : VersionCheck) #

[View source]

Instance Method Detail

def additional_variables : Hash(String, String) | Nil #

Additional variables to be set by this match.


[View source]
def each(&) #

Iterates over the set of candidates, yielding each candidate in sorted order.


[View source]