class FileCrawler::Finder

Attributes

collections[R]
directories[R]
dirs[R]

Public Class Methods

new() click to toggle source
# File lib/file_crawler/finder.rb, line 12
def initialize
  @rows = []
end