class FinderRule

Defined in:

finder.cr

Constant Summary

BLANK = {'_', FinderRule.new, FinderRule.new}
DEFAULTS = {name: "*", path: "**", max_depth: 100000, min_depth: -1, expression: BLANK, root: Dir.current}

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def &(other : FinderRule) #

[View source]
def get_depth(fpath : String) #

[View source]
def match?(fpath : String) : Bool #

[View source]
def |(other : FinderRule) #

[View source]