class Dir
rbfind/core.rb – Additional core functions
Constants
- SPECIAL_DIRS
- SUPER_DIR
Public Instance Methods
Source
# File lib/rbfind/core.rb, line 11 def each_child s = SPECIAL_DIRS.dup each { |f| next if s.delete f yield f } end
rbfind/core.rb – Additional core functions
# File lib/rbfind/core.rb, line 11 def each_child s = SPECIAL_DIRS.dup each { |f| next if s.delete f yield f } end