find()
Instance Public methods
Iterates over the directory tree in a depth first manner, yielding a Pathname for each file under âthisâ directory.
Returns an Enumerator if no block is given.
Since it is implemented by the standard library module Find, Find.prune can be used to control the traversal.
If self
is .
, yielded pathnames begin with a
filename in the current directory, not ./
.
See Find.find
Please login to continue.