class Bindgen::FindPath::AnyOfChecker

Overview

Checker for a AnyOfCheck.

Defined in:

bindgen/find_path/any_of_checker.cr

Constructors

Instance Method Summary

Instance methods inherited from class Bindgen::FindPath::Checker

check(path : String) : Bool check

Constructor methods inherited from class Bindgen::FindPath::Checker

create(config, is_file) : Checker create

Constructor Detail

def self.new(config : AnyOfCheck, is_file : Bool) #

[View source]

Instance Method Detail

def check(path : String) : Bool #

Checks path against all child checkers.


[View source]