struct Bindgen::FindPath::MatchCollector

Overview

Collects the found candidate from a given match finder.

Defined in:

bindgen/find_path/match_collector.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def collect(finder) : String | Nil #

Returns the first match finder returns. Returns nil if nothing was found.


[View source]
def initialize #

[View source]