Class: Pluginscan::FileFinder::FoundFiles

Inherits:
Struct
  • Object
show all
Defined in:
lib/pluginscan/file_finder.rb

Instance Method Summary collapse

Constructor Details

#initializeFoundFiles

Returns a new instance of FoundFiles.



36
37
38
39
# File 'lib/pluginscan/file_finder.rb', line 36

def initialize
  self.php_files = []
  self.count = 0
end