class Bindgen::FindPath::AnyOfCheck

Overview

A path check testing using multiple inner checkers.

Included Modules

Defined in:

bindgen/find_path/configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

[View source]

Instance Method Detail

def any_of : Array(PathCheck | ShellCheck) #

Inner checkers


[View source]
def any_of=(any_of : Array(PathCheck | ShellCheck)) #

Inner checkers


[View source]